From 81cc12d9897295e15e257b5ada4f32df25cf3b62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 30 Jan 2021 21:11:27 +0100 Subject: [PATCH] :art: Try adding window stuff --- tests/plug/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/plug/Makefile b/tests/plug/Makefile index 2e571caf..521093e6 100644 --- a/tests/plug/Makefile +++ b/tests/plug/Makefile @@ -15,8 +15,8 @@ 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 +LDFLAGS += -L../../ -lgwion +LDLAGS += ../../libgwion.dll.a LDLAGS += ../../libgwion.a #LDFLAGS += -L../../ast -lgwion_ast #LDLAGS += ../../ast/libgwion_ast.dll.a -- 2.43.0