summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorMikhail Pilin <mikhail@pilin.name>2015-08-27 21:27:21 +0200
committerMikhail Pilin <mikhail@pilin.name>2015-08-27 21:27:21 +0200
commit00e9c98030e6d8493fba4533908627e91ddd147c (patch)
treecb3e9a7bd0ef25de703998cb52c349bd19725f38 /build.cmd
parenta521a46e5e1cac5dba1f6bda6917d7f2bf4300ef (diff)
downloadcoreclr-00e9c98030e6d8493fba4533908627e91ddd147c.tar.gz
coreclr-00e9c98030e6d8493fba4533908627e91ddd147c.tar.bz2
coreclr-00e9c98030e6d8493fba4533908627e91ddd147c.zip
Update build.cmd to support spaces in clerclr checkout directory
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd2
1 files changed, 1 insertions, 1 deletions
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
)