mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 11:36:03 +01:00
Merge pull request #14018 from NixOS/fix-soname-for-real
meson: Fix SONAME for unstable versions
This commit is contained in:
commit
07b96c1d14
1 changed files with 1 additions and 1 deletions
|
|
@ -34,4 +34,4 @@ if cxx.get_id() == 'clang'
|
|||
endif
|
||||
|
||||
# Darwin ld doesn't like "X.Y.Zpre"
|
||||
nix_soversion = meson.project_version().replace('pre', '')
|
||||
nix_soversion = meson.project_version().split('pre')[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue