From 996f22c33700995f5c8d79dcebbb1dd4934cee4b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 10 Apr 2017 12:54:31 +0100 Subject: [PATCH] Travis-CI: Omit -I, -L from cross-compilation options Now that we detect Expat via pkg-config, this is no longer needed. Signed-off-by: Simon McVittie --- tools/ci-build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 79d54de..02a3a98 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -187,8 +187,6 @@ case "$ci_buildsys" in set _ "$@" set "$@" --build="$(build-aux/config.guess)" set "$@" --host=i686-w64-mingw32 - set "$@" LDFLAGS=-L"${mingw}/lib" - set "$@" CPPFLAGS=-I"${mingw}/include" set "$@" CFLAGS=-static-libgcc set "$@" CXXFLAGS=-static-libgcc # don't run tests yet, Wine needs Xvfb and -- 2.7.4