]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: test/import Makefile
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 21 Feb 2020 21:12:44 +0000 (22:12 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 21 Feb 2020 21:12:44 +0000 (22:12 +0100)
tests/import/Makefile

index 8d0336baeb9df5e5a3ec966242f0cd97d0903873..a5e490a43a368e2962f3b15adb6410219d458a71 100644 (file)
@@ -14,7 +14,8 @@ else
 ifeq ($(shell uname), Linux)
 LDFLAGS += -shared
 else
-LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import -L ../../ -lgwion
+LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import
+# -L ../../ -lgwion.dll
 endif
 endif