diff options
author | Steve Dower <steve.dower@microsoft.com> | 2014-12-12 20:18:11 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2014-12-12 20:18:11 (GMT) |
commit | 10e65856a38f888108f1063970b2fa3077af01f8 (patch) | |
tree | 1628bf6c719a3d47ec0e23ff54487d01bf1cfee1 /Tools/buildbot | |
parent | 5632aff9c13408faaa410bb8cbfd7470f8bd0587 (diff) | |
download | cpython-10e65856a38f888108f1063970b2fa3077af01f8.zip cpython-10e65856a38f888108f1063970b2fa3077af01f8.tar.gz cpython-10e65856a38f888108f1063970b2fa3077af01f8.tar.bz2 |
Removes use of ValueOrDefault function that is not always available on the buildbots.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/clean.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat index 39fec01..09328bc 100644 --- a/Tools/buildbot/clean.bat +++ b/Tools/buildbot/clean.bat @@ -16,7 +16,7 @@ if "%1" == "x64" ( call "%pcbuild%\env.bat" %vcvars_target% echo.Attempting to kill Pythons... -msbuild /v:m /nologo /target:KillPython "%pcbuild%\pythoncore.vcxproj" /p:Configuration=Release /p:Platform=%platform% +msbuild /v:m /nologo /target:KillPython "%pcbuild%\pythoncore.vcxproj" /p:Configuration=Release /p:Platform=%platform% /p:KillPython=true echo Deleting .pyc/.pyo files ... del /s "%root%\Lib\*.pyc" "%root%\Lib\*.pyo" |