From de899f3a21f093cb1f42cf02c93cc7b26a980b3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 30 Jan 2021 20:22:26 +0100 Subject: [PATCH] :art: Try adding window stuff --- tests/plug/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/plug/Makefile b/tests/plug/Makefile index 93ba7f81..1e3abfe1 100644 --- a/tests/plug/Makefile +++ b/tests/plug/Makefile @@ -18,6 +18,12 @@ LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import LDFLAGS += -L../../ -lgwion LDLAGS += ../../libgwion.dll.a LDLAGS += ../../libgwion.a +LDFLAGS += -L../../ -lgwion-ast +LDLAGS += ../../libgwion-ast.dll.a +LDLAGS += ../../libgwion-ast.a +LDFLAGS += -L../../ -lgwion-util +LDLAGS += ../../libgwion-util.dll.a +LDLAGS += ../../libgwion-util.a endif endif -- 2.43.0