1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00

Merge pull request #13966 from juhp/patch-1

meson: add soversion to libraries (#13960)
This commit is contained in:
Jörg Thalheim 2025-09-12 08:25:12 +02:00 committed by GitHub
commit 429812cdb8
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 : 0,
dependencies : deps_public + deps_private + deps_other,
include_directories : include_dirs,
link_args : linker_export_flags,