davemds pushed a commit to branch master.

http://git.enlightenment.org/enlightenment/modules/edgar.git/commit/?id=1b4d07fa9067d16a1ced27c7fc60e6b8abeb8757

commit 1b4d07fa9067d16a1ced27c7fc60e6b8abeb8757
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Fri May 1 15:41:53 2020 +0200

    meson: link_args++
---
 src/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/meson.build b/src/meson.build
index a6740eb..1ba6e51 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -9,4 +9,5 @@ module = shared_module(
    include_directories: config_dir,
    install: true,
    name_prefix: '',
+   link_args: '-Wl,--unresolved-symbols=ignore-in-object-files'
 )

-- 


Reply via email to