]> Nishi Git Mirror - gwion.git/commitdiff
:art: Use libgwion.dll.a (Windows)
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 1 Apr 2020 16:36:51 +0000 (18:36 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 1 Apr 2020 16:36:51 +0000 (18:36 +0200)
tests/import/Makefile

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