From: fennecdjay Date: Fri, 15 Mar 2019 23:11:59 +0000 (+0100) Subject: :art: implib in tests X-Git-Tag: nightly~2646 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=68d344060b72743fe70c028f396e611c4b40799f;p=gwion.git :art: implib in tests --- 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