meson: wizard also link_with here

This commit is contained in:
Marcel Hollerbach 2017-09-18 21:50:16 +02:00
parent 320d689c9d
commit 49788a495d
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ if get_option(m) == true
name_prefix : '',
dependencies : module_deps,
install_dir : _dir_bin,
install : true
install : true,
link_args : '-Wl,--unresolved-symbols=ignore-in-object-files'
)
endforeach