From 00e9c98030e6d8493fba4533908627e91ddd147c Mon Sep 17 00:00:00 2001 From: Mikhail Pilin Date: Thu, 27 Aug 2015 21:27:21 +0200 Subject: Update build.cmd to support spaces in clerclr checkout directory --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.cmd') diff --git a/build.cmd b/build.cmd index a885f2e744..2f8d173949 100644 --- a/build.cmd +++ b/build.cmd @@ -208,7 +208,7 @@ exit /b 1 echo Generating native image of mscorlib for %__BuildOS%.%__BuildArch%.%__BuildType% echo. set "__CrossGenMScorlibLog=%__LogsDir%\CrossgenMScorlib_%__BuildOS%__%__BuildArch%__%__BuildType%.log" -%__BinDir%\crossgen.exe %__BinDir%\mscorlib.dll > "%__CrossGenMScorlibLog%" 2>&1 +"%__BinDir%\crossgen.exe" "%__BinDir%\mscorlib.dll" > "%__CrossGenMScorlibLog%" 2>&1 IF NOT ERRORLEVEL 1 ( goto PerformTestBuild ) -- cgit v1.2.3