1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-02 13:33:20 +03:00

Add local wildcard to version script

According to some reports, this seems to be required on Solaris.
This commit is contained in:
Nick Wellnhofer
2016-12-02 15:37:36 +01:00
parent 769322e94b
commit f679e6c0a5

View File

@@ -44,6 +44,13 @@
<xsl:apply-templates select="."/>
</xsl:for-each>
<xsl:if test="not($prev)">
<xsl:text>
local:
*;
</xsl:text>
</xsl:if>
<xsl:text>} </xsl:text>
<xsl:if test="$prev">
<xsl:text>LIBXML2_</xsl:text>