Add lib to path for Native Cygwin builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50769
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-->
<xsl:template name="profile">
<command>
-->
<xsl:template name="profile">
<command>
-set BUILDDIR=%USERPROFILE%\build
+for %I in ("%USERPROFILE%") do set BUILDDIR=%~sI\build
</command>
</xsl:template>
</command>
</xsl:template>
<xsl:template name="prologue-cygwin">
call h:\cygwin\cyg-vars.bat
<xsl:template name="prologue-cygwin">
call h:\cygwin\cyg-vars.bat
+PATH=%PATH%;%BUILDDIR%\lib
cd /d "%BUILDDIR%"
sh -c \
</xsl:template>
cd /d "%BUILDDIR%"
sh -c \
</xsl:template>