]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Window flags
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 25 Jul 2020 12:21:58 +0000 (14:21 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 25 Jul 2020 12:21:58 +0000 (14:21 +0200)
tests/import/Makefile

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