Travis-CI: Omit -I, -L from cross-compilation options
authorSimon McVittie <smcv@collabora.com>
Mon, 10 Apr 2017 11:54:31 +0000 (12:54 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 10 Apr 2017 12:55:24 +0000 (13:55 +0100)
Now that we detect Expat via pkg-config, this is no longer needed.

Signed-off-by: Simon McVittie <smcv@collabora.com>
tools/ci-build.sh

index 79d54de..02a3a98 100755 (executable)
@@ -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