bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=49788a495d423d68244f353ad32b713bc66838c7

commit 49788a495d423d68244f353ad32b713bc66838c7
Author: Marcel Hollerbach <marcel-hollerb...@t-online.de>
Date:   Mon Sep 18 21:50:16 2017 +0200

    meson: wizard also link_with here
---
 src/modules/wizard/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/modules/wizard/meson.build b/src/modules/wizard/meson.build
index 83acfa37e..9670536e6 100644
--- a/src/modules/wizard/meson.build
+++ b/src/modules/wizard/meson.build
@@ -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
 

-- 


Reply via email to