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

meson: add soversion to libraries (#13960)

(cherry picked from commit bdbc739d6e)
This commit is contained in:
Jens Petersen 2025-09-12 11:15:29 +08:00 committed by Mergify
parent 489fad878b
commit c2c4ffc164
16 changed files with 16 additions and 0 deletions

View file

@ -180,6 +180,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,