1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 07:22:43 +01:00

Merge pull request #13995 from juhp/soversion

meson: add soversion with nix version to give SONAME to libs
This commit is contained in:
Jörg Thalheim 2025-09-15 20:36:31 +02:00 committed by GitHub
commit 0b401e2199
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 16 additions and 0 deletions

View file

@ -197,6 +197,7 @@ subdir('nix-meson-build-support/windows-version')
this_library = library(
'nixutil',
sources,
soversion : meson.project_version().replace('pre', ''),
dependencies : deps_public + deps_private + deps_other,
include_directories : include_dirs,
link_args : linker_export_flags,