From: Michael Wetherell Date: Tue, 13 Apr 2010 20:22:13 +0000 (+0000) Subject: Put the buildbot's default configure arguments before the optional ones so they can... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aff8792c70c932f834452f7978e121014a01a8ee Put the buildbot's default configure arguments before the optional ones so they can be overridden. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/buildbot/config/include/unix.xml b/build/buildbot/config/include/unix.xml index 2aa1399040..7fefa8c947 100644 --- a/build/buildbot/config/include/unix.xml +++ b/build/buildbot/config/include/unix.xml @@ -83,7 +83,7 @@ - ../src/configure --disable-precomp-headers --disable-compat28 --disable-compat26 + ../src/configure --disable-precomp-headers --disable-compat28 --disable-compat26 find . -name Makefile | xargs perl -pi -e 's/^(?:CC|CXX) = /$&ccache /'