From: fennecdjay Date: Thu, 14 Mar 2019 22:52:22 +0000 (+0100) Subject: :wrench: X-Git-Tag: nightly~2687 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=a7add667783eefac8fab23f9db3259fc73a6e591;p=gwion.git :wrench: --- diff --git a/.travis.yml b/.travis.yml index 8de990e5..620356fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,7 @@ install: git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && ./configure && make.exe && cd ..; export CFLAGS=-Idlfcn-win32; export LDFLAGS="-Ldlfcn-win32 -lpsapi"; + export LDFLAGS="psapi.lib"; fi; before_script: