mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 12:36:01 +01:00
meson: add soversion to libraries (#13960)
This commit is contained in:
parent
ef5fedbc0d
commit
bdbc739d6e
16 changed files with 16 additions and 0 deletions
|
|
@ -44,6 +44,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue