diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-05-17 15:58:04 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-05-17 15:58:04 (GMT) |
commit | 50f09f5e30ecfdb67b4254f3a7a50ea53781bb97 (patch) | |
tree | 8c90d190c8801df2e0fc82ced31270046aea25f6 /Tools | |
parent | 815b61d4ce5a9aa2951982d81ec015b8ad6607f3 (diff) | |
parent | c710826ef211cf981543eeebe9b9203bd89e02da (diff) | |
download | cpython-50f09f5e30ecfdb67b4254f3a7a50ea53781bb97.zip cpython-50f09f5e30ecfdb67b4254f3a7a50ea53781bb97.tar.gz cpython-50f09f5e30ecfdb67b4254f3a7a50ea53781bb97.tar.bz2 |
Merge with 3.5
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/buildrelease.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/buildrelease.bat b/Tools/msi/buildrelease.bat index fc7cb9f..2eae07a 100644 --- a/Tools/msi/buildrelease.bat +++ b/Tools/msi/buildrelease.bat @@ -168,7 +168,7 @@ if not "%SKIPBUILD%" EQU "1" ( "%BUILD%python.exe" %PGO%
)
- @call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -c PGUpdate -t %TARGET% %CERTOPTS%
+ @call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -c PGUpdate -t Build %CERTOPTS%
)
@if errorlevel 1 exit /B
@echo off
|