From efeee2093ffdc4b016b1a1cc55acfdcf83cd80ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 25 Jul 2020 13:07:47 +0200 Subject: [PATCH] :wrench: Window flags --- tests/import/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/import/Makefile b/tests/import/Makefile index dda9d5d2..03a5ac1c 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -14,7 +14,8 @@ else ifeq ($(shell uname), Linux) LDFLAGS += -shared else -LDLAGS += ../../libgwion.dll.a +#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 endif endif -- 2.43.0