Corrected build file

This commit is contained in:
Suhas Joshi 2014-07-25 11:57:32 -07:00
parent 5bace02518
commit f7737475f4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ IF EXIST packages\KoreBuild goto run
IF "%SKIP_KRE_INSTALL%"=="1" goto run
CALL packages\KoreBuild\build\kvm upgrade -svr50 -x86
CALL packages\KoreBuild\build\kvm install default -svrc50 -x86
IF "%Processor_Architecture%" == "AMD64"(
IF "%Processor_Architecture%" == "AMD64" (
CALL packages\KoreBuild\build\kvm install default -svr50 -x64
CALL packages\KoreBuild\build\kvm install default -svrc50 -x64
)