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

meson: refactor nix_soversion into nix-meson-build-support/common

This is a follow-on to #13995 which added soversion to the libraries
This commit is contained in:
Jens Petersen 2025-09-16 12:54:30 +08:00
parent 5e17a3f81c
commit 86bb7c958a
17 changed files with 19 additions and 16 deletions

View file

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