mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 16:02:43 +01:00
meson: Prelink links to avoid missing C++ initializers
This is the same as what the old build system did in
7eca8a16ea, done for the same reasons.
This commit is contained in:
parent
912c517bc0
commit
513f6b9718
12 changed files with 12 additions and 0 deletions
|
|
@ -396,6 +396,7 @@ this_library = library(
|
|||
include_directories : include_dirs,
|
||||
cpp_args : cpp_args,
|
||||
link_args: linker_export_flags,
|
||||
prelink : true, # For C++ static initializers
|
||||
install : true,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue