From a4ce0dd7bf8733c3f091fe9e88c5c7f2908ae28a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Tue, 1 Dec 2020 13:26:30 +0100 Subject: [PATCH] :wrench: Windows stuff --- tests/plug/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/plug/Makefile b/tests/plug/Makefile index 6327be10..93ba7f81 100644 --- a/tests/plug/Makefile +++ b/tests/plug/Makefile @@ -13,6 +13,7 @@ else ifeq ($(shell uname), Linux) LDFLAGS += -shared else +CFLAGS += -DBUILD_ON_WINDOWS=1 LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import LDFLAGS += -L../../ -lgwion LDLAGS += ../../libgwion.dll.a -- 2.43.0