From: fennecdjay Date: Fri, 15 Mar 2019 07:54:53 +0000 (+0100) Subject: :wrench: Improve test X-Git-Tag: nightly~2662 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=bd1f2cf2a2610adf12e86d6c6d00c95c07c9c0ae;p=gwion.git :wrench: Improve test --- diff --git a/.travis.yml b/.travis.yml index 1eebb202..871ffaeb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ install: export SEVERITY=2; export CFLAGS="$CFLAGS -Idlfcn-win32"; export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi dlfcn-win32/libdl.a"; - export LIBS="$LIBS -lpsapi"; + export LIBS="$LIBS -lpsapi -shared"; fi; before_script: