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

index 3cc941b7e7ef4cacb4da23f94df731f4734c94d8..a14337b19a6dd254a5a3eaa7fdf992cad2e08d3a 100644 (file)
@@ -54,7 +54,7 @@ install:
       export SEVERITY=1;
       export CFLAGS="$CFLAGS -Idlfcn-win32";
       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";
+      export LIBS="$LIBS -lpsapi -shared -fPIC";
     fi;
 
 before_script: