From 359e8329857a075830a34d8d09595467ce018cbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Wed, 1 Apr 2020 18:36:51 +0200 Subject: [PATCH] :art: Use libgwion.dll.a (Windows) --- tests/import/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/import/Makefile b/tests/import/Makefile index a5e490a4..00dce720 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -14,8 +14,8 @@ else ifeq ($(shell uname), Linux) LDFLAGS += -shared else +LDLAGS + ../../libgwion.dll.a LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import -# -L ../../ -lgwion.dll endif endif -- 2.43.0