From dbc6e47e7dceb7a87f7f1d880f7409d79e94c34d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 30 Jan 2021 21:21:40 +0100 Subject: [PATCH] :art: Try adding window stuff --- tests/plug/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/plug/Makefile b/tests/plug/Makefile index 521093e6..452a815a 100644 --- a/tests/plug/Makefile +++ b/tests/plug/Makefile @@ -18,11 +18,11 @@ LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import LDFLAGS += -L../../ -lgwion LDLAGS += ../../libgwion.dll.a LDLAGS += ../../libgwion.a -#LDFLAGS += -L../../ast -lgwion_ast -#LDLAGS += ../../ast/libgwion_ast.dll.a +LDFLAGS += -L../../ast -lgwion_ast +LDLAGS += ../../ast/libgwion_ast.dll.a LDLAGS += ../../ast/libgwion_ast.a -#LDFLAGS += -L../../util -lgwion_util -#LDLAGS += ../../util/libgwion_util.dll.a +LDFLAGS += -L../../util -lgwion_util +LDLAGS += ../../util/libgwion_util.dll.a LDLAGS += ../../util/libgwion_util.a endif endif -- 2.43.0