From: Jérémie Astor Date: Sat, 25 Jul 2020 12:21:58 +0000 (+0200) Subject: :wrench: Window flags X-Git-Tag: nightly~1412 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=be1536465411d46c07f2ceb95c6f862af51c2098;p=gwion.git :wrench: Window flags --- diff --git a/tests/import/Makefile b/tests/import/Makefile index b9df614c..8fc1ffdc 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -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