diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2016-11-22 21:07:48 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2016-11-22 21:07:48 +0000 |
commit | 07ec3ecf24ab01370af79863c4385ae8900f96b4 (patch) | |
tree | c076d8b66b9f5fce3b64728fa2fcf8979bd86cce /tools | |
parent | 97802948f58b35a33702caf5b72126cb4fbcdeda (diff) | |
download | dbus-07ec3ecf24ab01370af79863c4385ae8900f96b4.tar.gz dbus-07ec3ecf24ab01370af79863c4385ae8900f96b4.tar.bz2 dbus-07ec3ecf24ab01370af79863c4385ae8900f96b4.zip |
ci-build: run our copy of config.guess
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci-build.sh b/tools/ci-build.sh index a2abc0b5..6b4c2f32 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -122,7 +122,7 @@ case "$dbus_ci_buildsys" in case "$dbus_ci_host" in (mingw) set _ "$@" - set "$@" --build="$(config.guess)" + set "$@" --build="$(build-aux/config.guess)" set "$@" --host=i686-w64-mingw32 set "$@" LDFLAGS=-L"${mingw}/lib" set "$@" CPPFLAGS=-I"${mingw}/include" |