Don't build tex2rtf and HelpGen utils in non-GUI buildbot builds.
Both of those are obsolete and don't exist in 2.9 any longer. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -225,13 +225,7 @@
|
||||
<xsl:text> </xsl:text>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="$utils = 'true'">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$gui = 'true'">utils</xsl:when>
|
||||
<xsl:otherwise>utils/tex2rtf/src ../../HelpGen/src</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<xsl:text> </xsl:text>
|
||||
</xsl:if>
|
||||
<xsl:if test="$utils = 'true' and $gui = 'true'">utils </xsl:if>
|
||||
|
||||
<xsl:if test="$demos = 'true' and $gui = 'true'">demos </xsl:if>
|
||||
|
||||
|
Reference in New Issue
Block a user