From bd1f2cf2a2610adf12e86d6c6d00c95c07c9c0ae Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 15 Mar 2019 08:54:53 +0100 Subject: [PATCH] :wrench: Improve test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.43.0