mirror of
https://github.com/NixOS/nix.git
synced 2025-11-23 10:49:36 +01:00
meson: add soversion to libraries (#13960)
(cherry picked from commit bdbc739d6e)
This commit is contained in:
parent
4ef8ddbca3
commit
564b436434
16 changed files with 16 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ subdir('nix-meson-build-support/windows-version')
|
|||
this_library = library(
|
||||
'nixflakec',
|
||||
sources,
|
||||
soversion : 0,
|
||||
dependencies : deps_public + deps_private + deps_other,
|
||||
include_directories : include_dirs,
|
||||
link_args: linker_export_flags,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue