From: Jérémie Astor Date: Wed, 1 Apr 2020 17:00:54 +0000 (+0200) Subject: :art: Fix window plugin Makefile X-Git-Tag: nightly~1726^2~1 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=13c3b45535eadd95a1ae693d220e9a983642bc62;p=gwion.git :art: Fix window plugin Makefile --- diff --git a/tests/import/Makefile b/tests/import/Makefile index 00dce720..dda9d5d2 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -14,7 +14,7 @@ else ifeq ($(shell uname), Linux) LDFLAGS += -shared else -LDLAGS + ../../libgwion.dll.a +LDLAGS += ../../libgwion.dll.a LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import endif endif