From 68d344060b72743fe70c028f396e611c4b40799f Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sat, 16 Mar 2019 00:11:59 +0100 Subject: [PATCH] :art: implib in tests --- tests/import/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/import/Makefile b/tests/import/Makefile index 0fb26b23..0df381c1 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 -Wl,--export-all -Wl,--enable-auto-import +LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import -L ../../ -lgwion endif endif -- 2.43.0