From: Jérémie Astor Date: Fri, 21 Feb 2020 21:12:44 +0000 (+0100) Subject: :wrench: test/import Makefile X-Git-Tag: nightly~1785 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=4599502a261b7d5bae9fe94bbbafb7c3da717b41;p=gwion.git :wrench: test/import Makefile --- diff --git a/tests/import/Makefile b/tests/import/Makefile index 8d0336ba..a5e490a4 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -14,7 +14,8 @@ else ifeq ($(shell uname), Linux) LDFLAGS += -shared else -LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import -L ../../ -lgwion +LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import +# -L ../../ -lgwion.dll endif endif