]> Nishi Git Mirror - gwion.git/commitdiff
:fire: ... (win)
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 23:03:48 +0000 (00:03 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 23:03:48 +0000 (00:03 +0100)
.travis.yml

index c620c1dc3d98de8f2bebb112072a838cae28b360..72dcb8982281af1cc752ef068987b30dd2a30b7c 100644 (file)
@@ -50,9 +50,9 @@ install:
       choco install make;
       export BUILD_ON_WINDOWS=1;
       git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && ./configure && make.exe && cd ..;
-      ls dlfcn-win32
-      export CFLAGS=-Idlfcn-win32;
-      export LDFLAGS="-Ldlfcn-win32 -lpsapi dlfcn-win32/libdl.a";
+      ls dlfcn-win32;
+      export CFLAGS="$CFLAGS -Idlfcn-win32";
+      export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi dlfcn-win32/libdl.a";
     fi;
 
 before_script: