Move the comment to the right spot

This commit is contained in:
KevinRansom 2016-04-09 15:34:26 -07:00
Родитель b4d7e0aa5e
Коммит 34bcaf8d4d
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -55,8 +55,6 @@ echo.
goto :MAIN
:SET_CONFIG
rem if no arguments are passed on the command line then use the BUILD_FSC_DEFAULT environment variable to specify default build options
rem ===================================================================================================================================
set ARG=%~1
if "%ARG%" == "1" if "%2" == "" (set ARG=build)
if "%2" == "" if not "%ARG%" == "build" goto :EOF
@ -156,6 +154,7 @@ if /i '%ARG%' == 'build' (
set BUILD_VS=1
)
rem if no arguments are passed on the command line then use the BUILD_FSC_DEFAULT environment variable to specify default build options
if /i "%BUILD_FSC_DEFAULT%" == "coreclr" (
set BUILD_CORECLR=1
)