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

@ -50,7 +50,7 @@ subdir('nix-meson-build-support/windows-version')
this_library = library(
'nixexprc',
sources,
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,