From a7add667783eefac8fab23f9db3259fc73a6e591 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 14 Mar 2019 23:52:22 +0100 Subject: [PATCH] :wrench: --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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: -- 2.43.0