From 8ae8ba754a04a13f3f7680e28f898c8f72f86e68 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 14 Mar 2019 13:44:46 +0100 Subject: [PATCH] :art: Update header --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d6173442..ea129043 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: -- 2.43.0