mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-05 21:40:31 +01:00
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:
parent
e2e4435ec4
commit
996f22c337
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue