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

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