mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Revert "meson: add soversion to libraries (#13960)"
This reverts commit bdbc739d6e.
Such a change needs more thought put into it. By versioning
shared libraries we'd make a false impression that libraries
themselves are actually versioned and have some sort of stable
ABI, which is not the case.
This will be useful when C bindings become stable, but as long
as they are experimental it does not make sense to set SONAME.
Also this change should not have been backported, since it's
severely breaking.
This commit is contained in:
parent
377b60ee9b
commit
0db2b8c8fe
16 changed files with 0 additions and 16 deletions
|
|
@ -50,7 +50,6 @@ subdir('nix-meson-build-support/windows-version')
|
|||
this_library = library(
|
||||
'nixexprc',
|
||||
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