summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorSean Gillespie <segilles@microsoft.com>2017-06-06 10:05:50 -0700
committerGitHub <noreply@github.com>2017-06-06 10:05:50 -0700
commitb68851126b20e4ad40219760bfe80b73fb6db835 (patch)
treec065c1720cb22841b75c52865d24825e990e0d55 /build.cmd
parentc87487709235e22217a57aee3703138825db3a39 (diff)
downloadcoreclr-b68851126b20e4ad40219760bfe80b73fb6db835.tar.gz
coreclr-b68851126b20e4ad40219760bfe80b73fb6db835.tar.bz2
coreclr-b68851126b20e4ad40219760bfe80b73fb6db835.zip
Fix a bad merge for Windows standalone GC build (#12097)
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 fe9ccb86fa..e4ee9d6e93 100644
--- a/build.cmd
+++ b/build.cmd
@@ -315,7 +315,7 @@ if %__BuildNative% EQU 1 (
pushd "%__IntermediatesDir%"
set __ExtraCmakeArgs=!___SDKVersion! "-DCLR_CMAKE_TARGET_OS=%__BuildOs%" "-DCLR_CMAKE_PACKAGES_DIR=%__PackagesDir%" "-DCLR_CMAKE_PGO_INSTRUMENT=%__PgoInstrument%" "-DCLR_CMAKE_OPTDATA_VERSION=%__PgoOptDataVersion%"
- call "%__SourceDir%\pal\tools\gen-buildsys-win.bat" "%__ProjectDir%" %__VSVersion% %__BuildArch% %__BuildStandaloneGC% !__ExtraCmakeArgs!
+ call "%__SourceDir%\pal\tools\gen-buildsys-win.bat" "%__ProjectDir%" %__VSVersion% %__BuildArch% %__BuildStandaloneGC% %__BuildStandaloneGCOnly% !__ExtraCmakeArgs!
@if defined _echo @echo on
popd
:SkipConfigure