From: Jérémie Astor Date: Sat, 30 Jan 2021 20:49:56 +0000 (+0100) Subject: :art: Try adding window stuff X-Git-Tag: nightly~995 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=00d2620e27767c64ffe0685e076a1f80db3d4c46;p=gwion.git :art: Try adding window stuff --- 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