]> Nishi Git Mirror - gwion.git/commitdiff
:art: Fix window plugin Makefile
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 1 Apr 2020 17:00:54 +0000 (19:00 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 1 Apr 2020 17:00:54 +0000 (19:00 +0200)
tests/import/Makefile

index 00dce720e8eb3d636bef9f4743279b7bf6d3cb1d..dda9d5d255d096948e7cbb2852ff652c8cbc9c9e 100644 (file)
@@ -14,7 +14,7 @@ else
 ifeq ($(shell uname), Linux)
 LDFLAGS += -shared
 else
-LDLAGS + ../../libgwion.dll.a
+LDLAGS += ../../libgwion.dll.a
 LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import
 endif
 endif