summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorRahul Kumar <rahku@microsoft.com>2016-06-16 17:59:06 -0700
committerRahul Kumar <rahku@microsoft.com>2016-06-16 17:59:06 -0700
commit32c9ea52468df18285efa8eb617d16c1baf87fd4 (patch)
tree45a7cb5387550c8456147a6f8f13ed23e3f207e8 /build.cmd
parentd3ab0326868872a0d65d7cd092fcbd4cdf253a72 (diff)
downloadcoreclr-32c9ea52468df18285efa8eb617d16c1baf87fd4.tar.gz
coreclr-32c9ea52468df18285efa8eb617d16c1baf87fd4.tar.bz2
coreclr-32c9ea52468df18285efa8eb617d16c1baf87fd4.zip
Fix arm64 build break
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.cmd b/build.cmd
index df335b8918..c1d5114ba4 100644
--- a/build.cmd
+++ b/build.cmd
@@ -130,8 +130,8 @@ if /i "%1" == "buildjit32" (set __BuildJit32="-DBUILD_JIT32=1"&set proc
if /i "%1" == "skiptestbuild" (set __SkipTestBuild=1&set processedArgs=!processedArgs! %1&shift&goto Arg_Loop)
@REM It was initially /toolset_dir. Not sure why, since it doesn't match the other usage.
-if /i "%1" == "/toolset_dir" (set __ToolsetDir=%2&set __PassThroughArgs=%__PassThroughArgs% %2&set processedArgs=!processedArgs! %1& %2shift&shift&goto Arg_Loop)
-if /i "%1" == "toolset_dir" (set __ToolsetDir=%2&set __PassThroughArgs=%__PassThroughArgs% %2&set processedArgs=!processedArgs! %1& %2shift&shift&goto Arg_Loop)
+if /i "%1" == "/toolset_dir" (set __ToolsetDir=%2&set __PassThroughArgs=%__PassThroughArgs% %2&set processedArgs=!processedArgs! %1 %2&shift&shift&goto Arg_Loop)
+if /i "%1" == "toolset_dir" (set __ToolsetDir=%2&set __PassThroughArgs=%__PassThroughArgs% %2&set processedArgs=!processedArgs! %1 %2&shift&shift&goto Arg_Loop)
if [!processedArgs!]==[] (
call set unprocessedBuildArgs=!__args!