From be1536465411d46c07f2ceb95c6f862af51c2098 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 25 Jul 2020 14:21:58 +0200 Subject: [PATCH] :wrench: Window flags --- tests/import/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/import/Makefile b/tests/import/Makefile index b9df614c..8fc1ffdc 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -15,7 +15,7 @@ ifeq ($(shell uname), Linux) LDFLAGS += -shared else LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import -LDFLAGS += -L../../ +LDFLAGS += -L../../ -lgwion LDLAGS += ../../libgwion.dll.a LDLAGS += ../../libgwion.a endif -- 2.43.0