From: fennecdjay Date: Thu, 14 Mar 2019 22:56:31 +0000 (+0100) Subject: :wrench: X-Git-Tag: nightly~2686 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=b83723ada3a551231037a78b5446abda3d878b80;p=gwion.git :wrench: --- diff --git a/.travis.yml b/.travis.yml index 620356fc..59ddd7ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,9 +50,9 @@ install: choco install make; export BUILD_ON_WINDOWS=1; git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && ./configure && make.exe && cd ..; + ls dlfcn-win32 export CFLAGS=-Idlfcn-win32; export LDFLAGS="-Ldlfcn-win32 -lpsapi"; - export LDFLAGS="psapi.lib"; fi; before_script: