From b431c8d255d031a2cfb3a064989d2caca882252a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 25 Jul 2020 13:45:53 +0200 Subject: [PATCH] :wrench: Window flags --- tests/import/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/import/Makefile b/tests/import/Makefile index 03a5ac1c..8a7c50fa 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -14,9 +14,8 @@ else ifeq ($(shell uname), Linux) LDFLAGS += -shared else -#LDLAGS += ../../libgwion.dll.a ../ -LDLAGS += ../../libgwion.a ../../ast/libgwion_ast.a ../util/libgwion_util.a LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import +LDLAGS += ../../libgwion.dll.a endif endif -- 2.43.0