git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63967
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
<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) = /$&ccache /'</command>
</configure>