1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +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

@ -181,6 +181,7 @@ this_library = library(
parser_tab,
lexer_tab,
generated_headers,
soversion : meson.project_version().replace('pre', ''),
dependencies : deps_public + deps_private + deps_other,
include_directories : include_dirs,
link_args : linker_export_flags,