From 9e8c7db2d03facdd4177bd1c4ffe5e2b72620c32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 25 Jul 2020 14:07:41 +0200 Subject: [PATCH] :wrench: Window flags --- tests/import/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/import/Makefile b/tests/import/Makefile index 8a7c50fa..b8d0471b 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -16,6 +16,7 @@ LDFLAGS += -shared else LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import LDLAGS += ../../libgwion.dll.a +LDLAGS += ../../libgwion.a endif endif -- 2.43.0