From d552745d6b6a9592fa6a582dad98bc557af37f37 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 14 Mar 2019 23:45:41 +0100 Subject: [PATCH] :wrench: --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04dbeda3..8de990e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +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; + export LDFLAGS="-Ldlfcn-win32 -lpsapi"; fi; before_script: -- 2.43.0