From 4f5dee016500d02893267088df6e66a6c6ea6d2a Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 14 Mar 2019 13:38:52 +0100 Subject: [PATCH] :art: Update header --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bad746a3..7699c64c 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 && make.exe; + git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && cmake . && make.exe; fi; before_script: -- 2.43.0