From 85ee765e952fa1805578d1dc8c5a9590147c9a04 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 15 Mar 2019 22:41:29 +0100 Subject: [PATCH] :art: in tests too --- tests/import/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0