libui-ng / libui-ng

libui-ng: a portable GUI library for C. "libui for the next generation"
https://libui-ng.github.io/libui-ng/
MIT License
581 stars 51 forks source link

darwin: Fix Darwin builds by removing `soversion`. #262

Closed szanni closed 6 months ago

szanni commented 6 months ago

Meson 1.3.0 does not accept 'A' as the soversion anymore which breaks Darwin shared library builds. Remove soversion versioning from all platforms as tagged API versions are lacking from the library at the moment anyways.

Fixes #258 (and our CI runners for macOS)