meson: link_args++

This commit is contained in:
Davide Andreoli 2020-05-01 15:41:53 +02:00
parent 26a99ee82e
commit 1b4d07fa90
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ module = shared_module(
include_directories: config_dir,
install: true,
name_prefix: '',
link_args: '-Wl,--unresolved-symbols=ignore-in-object-files'
)