From ee8e91e659986e5a8760cbf169054ac67a7f9ad0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 25 Jul 2020 14:14:01 +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 b8d0471b..b9df614c 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -15,6 +15,7 @@ ifeq ($(shell uname), Linux) LDFLAGS += -shared else LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import +LDFLAGS += -L../../ LDLAGS += ../../libgwion.dll.a LDLAGS += ../../libgwion.a endif -- 2.43.0