From: Jérémie Astor Date: Wed, 1 Apr 2020 16:36:51 +0000 (+0200) Subject: :art: Use libgwion.dll.a (Windows) X-Git-Tag: nightly~1726^2~7 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=359e8329857a075830a34d8d09595467ce018cbd;p=gwion.git :art: Use libgwion.dll.a (Windows) --- diff --git a/tests/import/Makefile b/tests/import/Makefile index a5e490a4..00dce720 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -14,8 +14,8 @@ else ifeq ($(shell uname), Linux) LDFLAGS += -shared else +LDLAGS + ../../libgwion.dll.a LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import -# -L ../../ -lgwion.dll endif endif