mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 16:02:43 +01:00
More dedup
This commit is contained in:
parent
c88f83b471
commit
d6f57f3260
14 changed files with 24 additions and 138 deletions
|
|
@ -401,12 +401,7 @@ foreach name, value : cpp_str_defines
|
|||
]
|
||||
endforeach
|
||||
|
||||
if host_machine.system() == 'cygwin' or host_machine.system() == 'windows'
|
||||
# See note in `../nix-util/meson.build`
|
||||
linker_export_flags = ['-Wl,--export-all-symbols']
|
||||
else
|
||||
linker_export_flags = []
|
||||
endif
|
||||
subdir('meson-utils/export-all-symbols')
|
||||
|
||||
this_library = library(
|
||||
'nixstore',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue