From: fennecdjay Date: Thu, 14 Mar 2019 22:23:25 +0000 (+0100) Subject: :wrench: X-Git-Tag: nightly~2689 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=61e31679e777384205738cd51ba3ab208bbd4ae4;p=gwion.git :wrench: --- diff --git a/.travis.yml b/.travis.yml index 40e23ae6..04dbeda3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,7 @@ install: export BUILD_ON_WINDOWS=1; 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; fi; before_script: