]> Nishi Git Mirror - gwion.git/commitdiff
:wrench:
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 22:56:31 +0000 (23:56 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 22:56:31 +0000 (23:56 +0100)
.travis.yml

index 620356fcb47d3595285764e01817a12eb55cc713..59ddd7cab189ac228c3152b40af2dcd4927927c2 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";
-      export LDFLAGS="psapi.lib";
     fi;
 
 before_script: