1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 07:22:43 +01:00

meson: add soversion to libraries (#13960)

This commit is contained in:
Jens Petersen 2025-09-12 11:15:29 +08:00
parent ef5fedbc0d
commit bdbc739d6e
16 changed files with 16 additions and 0 deletions

View file

@ -197,6 +197,7 @@ subdir('nix-meson-build-support/windows-version')
this_library = library(
'nixutil',
sources,
soversion : 0,
dependencies : deps_public + deps_private + deps_other,
include_directories : include_dirs,
link_args : linker_export_flags,