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 <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2017-04-10 12:54:31 +01:00
parent e2e4435ec4
commit 996f22c337

View file

@ -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