From 13c3b45535eadd95a1ae693d220e9a983642bc62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Wed, 1 Apr 2020 19:00:54 +0200 Subject: [PATCH] :art: Fix window plugin Makefile --- tests/import/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0