From: fennecdjay Date: Fri, 15 Mar 2019 21:41:29 +0000 (+0100) Subject: :art: in tests too X-Git-Tag: nightly~2653 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=85ee765e952fa1805578d1dc8c5a9590147c9a04;p=gwion.git :art: in tests too --- diff --git a/tests/import/Makefile b/tests/import/Makefile index e7462f4d..0fb26b23 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -13,7 +13,7 @@ else ifeq ($(shell uname), Linux) LDFLAGS += -shared else -LDFLAGS += -shared -lpsapi -fPIC +LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import endif endif