From a548dafdd2f5db2e1e61be28e9430473b3124b4a Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Mon, 17 Dec 2007 15:01:46 +0000 Subject: [PATCH] Use short filenames to avoid building under a path with spaces in it. 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 --- build/buildbot/config/include/testdrive-win.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/buildbot/config/include/testdrive-win.xml b/build/buildbot/config/include/testdrive-win.xml index 867887df38..0c10d640eb 100644 --- a/build/buildbot/config/include/testdrive-win.xml +++ b/build/buildbot/config/include/testdrive-win.xml @@ -35,7 +35,7 @@ xcopy /s/q/i . "%BUILDDIR%" || (rmdir /s/q "%BUILDDIR%" & exit 1) --> -set BUILDDIR=%USERPROFILE%\build +for %I in ("%USERPROFILE%") do set BUILDDIR=%~sI\build @@ -73,6 +73,7 @@ cd /d "%BUILDDIR%" call h:\cygwin\cyg-vars.bat +PATH=%PATH%;%BUILDDIR%\lib cd /d "%BUILDDIR%" sh -c \ -- 2.45.2