1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-29 05:31:00 +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 4ef8ddbca3
commit 564b436434
16 changed files with 16 additions and 0 deletions

View file

@ -43,6 +43,7 @@ subdir('nix-meson-build-support/windows-version')
this_library = library(
'nix-expr-test-support',
sources,
soversion : 0,
dependencies : deps_public + deps_private + deps_other,
include_directories : include_dirs,
# TODO: Remove `-lrapidcheck` when https://github.com/emil-e/rapidcheck/pull/326