mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 20:16:03 +01:00
Revert "meson: add soversion to libraries (#13960)"
This reverts commitbdbc739d6e. 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. (cherry picked from commit0db2b8c8fe)
This commit is contained in:
parent
6d862484d7
commit
48eaf35828
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