1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-17 16:02:43 +01:00

More dedup

This commit is contained in:
John Ericson 2024-06-27 12:42:43 -04:00
parent c88f83b471
commit d6f57f3260
14 changed files with 24 additions and 138 deletions

View file

@ -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',