]> Nishi Git Mirror - gwion.git/commitdiff
:art: Update header
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 12:44:46 +0000 (13:44 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 12:44:46 +0000 (13:44 +0100)
.travis.yml

index d6173442e91edd4b535aa74239f41ed323118c6e..ea1290437925610c4c620c0aa3a83bf900fb9b20 100644 (file)
@@ -51,7 +51,8 @@ install:
   - if [ $(uname) != "Linux" ] && [ $(uname) != "Darwin" ]; then 
       choco install make;
       export BUILD_ON_WINDOWS=1;
-      git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && ./configure && make.exe;
+      git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && ./configure && make.exe && cd ..;
+      export CFLAGS=-Idlfcn-win32;
     fi;
 
 before_script: