From: fennecdjay Date: Thu, 14 Mar 2019 12:41:47 +0000 (+0100) Subject: :art: Update header X-Git-Tag: nightly~2709 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=656b5059d9630d8c2daa4163ddbf37dcb4e8acfc;p=gwion.git :art: Update header --- diff --git a/.travis.yml b/.travis.yml index 7699c64c..d6173442 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: