]> Nishi Git Mirror - gwion.git/commitdiff
:art: remove -lshared
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 21:52:50 +0000 (22:52 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 21:52:50 +0000 (22:52 +0100)
.travis.yml
tests/import/Makefile

index 34a8515d196929dc733f3c0d258e41acf46c1857..3cc941b7e7ef4cacb4da23f94df731f4734c94d8 100644 (file)
@@ -53,7 +53,7 @@ install:
       export VALGRIND="NO_VALGRIND";
       export SEVERITY=1;
       export CFLAGS="$CFLAGS -Idlfcn-win32";
-      export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi -lshared -shared -fPIC dlfcn-win32/libdl.a -Wl,--export-all -Wl,--enable-auto-import";
+      export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi -shared -fPIC dlfcn-win32/libdl.a -Wl,--export-all -Wl,--enable-auto-import";
       export LIBS="$LIBS -lpsapi -shared -fPIC -lshared";
     fi;
 
index f3133a34aae0bf8ca64cde7dc4cb724ded0cfb69..0fb26b2348027a8789754c6466671645113149c8 100644 (file)
@@ -13,7 +13,7 @@ else
 ifeq ($(shell uname), Linux)
 LDFLAGS += -shared
 else
-LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import -lshared
+LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import
 endif
 endif