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

index a14337b19a6dd254a5a3eaa7fdf992cad2e08d3a..34a8515d196929dc733f3c0d258e41acf46c1857 100644 (file)
@@ -53,8 +53,8 @@ install:
       export VALGRIND="NO_VALGRIND";
       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";
+      export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi -lshared -shared -fPIC dlfcn-win32/libdl.a -Wl,--export-all -Wl,--enable-auto-import";
+      export LIBS="$LIBS -lpsapi -shared -fPIC -lshared";
     fi;
 
 before_script:
index 0fb26b2348027a8789754c6466671645113149c8..f3133a34aae0bf8ca64cde7dc4cb724ded0cfb69 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
+LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import -lshared
 endif
 endif