]> git.saurik.com Git - wxWidgets.git/commitdiff
Put the buildbot's default configure arguments before the optional ones so they can...
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 13 Apr 2010 20:22:13 +0000 (20:22 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 13 Apr 2010 20:22:13 +0000 (20:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/include/unix.xml

index 2aa139904078431ff3cb2c442f8ca95e7a803c5c..7fefa8c947473479e1837f6a13383c968e45778f 100644 (file)
@@ -83,7 +83,7 @@
     <xsl:param name="options"/>
     <configure>
         <copy-with-defaults content="{$content}">
-            <command>../src/configure <xsl:value-of select="normalize-space($options)"/> --disable-precomp-headers --disable-compat28 --disable-compat26</command>
+            <command>../src/configure --disable-precomp-headers --disable-compat28 --disable-compat26 <xsl:value-of select="normalize-space($options)"/></command>
         </copy-with-defaults>
         <command>find . -name Makefile | xargs perl -pi -e 's/^(?:CC|CXX) = /$&amp;ccache /'</command>
     </configure>