davemds pushed a commit to branch master.

http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=b25c7c552985216c079470c5d5595a7c33e0949b

commit b25c7c552985216c079470c5d5595a7c33e0949b
Author: Dave Andreoli <[email protected]>
Date:   Sat Apr 25 21:43:18 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 174176c..7a576b0 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -14,4 +14,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