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