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

index 7699c64cfa50498b32c51b4127f8108a35796ad1..d6173442e91edd4b535aa74239f41ed323118c6e 100644 (file)
@@ -51,7 +51,7 @@ 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 && cmake . && make.exe;
+      git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && ./configure && make.exe;
     fi;
 
 before_script: