From 4599502a261b7d5bae9fe94bbbafb7c3da717b41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 21 Feb 2020 22:12:44 +0100 Subject: [PATCH] :wrench: test/import Makefile --- tests/import/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/import/Makefile b/tests/import/Makefile index 8d0336ba..a5e490a4 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -14,7 +14,8 @@ else ifeq ($(shell uname), Linux) LDFLAGS += -shared else -LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import -L ../../ -lgwion +LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import +# -L ../../ -lgwion.dll endif endif -- 2.43.0