]> Nishi Git Mirror - gwion.git/commitdiff
:art: implib in tests
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 23:11:59 +0000 (00:11 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 23:11:59 +0000 (00:11 +0100)
tests/import/Makefile

index 0fb26b2348027a8789754c6466671645113149c8..0df381c1b6cbb92b251fb9d651f44f025baa660c 100644 (file)
@@ -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