From 69ae72434cf5980d5a7e905e5cf76bd01cf6c582 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 15 Mar 2019 00:03:48 +0100 Subject: [PATCH] :fire: ... (win) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c620c1dc..72dcb898 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,9 +50,9 @@ install: choco install make; export BUILD_ON_WINDOWS=1; git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && ./configure && make.exe && cd ..; - ls dlfcn-win32 - export CFLAGS=-Idlfcn-win32; - export LDFLAGS="-Ldlfcn-win32 -lpsapi dlfcn-win32/libdl.a"; + ls dlfcn-win32; + export CFLAGS="$CFLAGS -Idlfcn-win32"; + export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi dlfcn-win32/libdl.a"; fi; before_script: -- 2.43.0