mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Allow intermediate build directory to be overridden.
This commit is contained in:
parent
bea232a15f
commit
de9fb28bf1
3 changed files with 13 additions and 6 deletions
|
@ -26,7 +26,8 @@
|
|||
<PySourcePath Condition="!HasTrailingSlash($(PySourcePath))">$(PySourcePath)\</PySourcePath>
|
||||
|
||||
<!-- Directory where build outputs are put -->
|
||||
<BuildPath Condition="'$(BuildPath)' == ''">$(PySourcePath)PCBuild\$(ArchName)\</BuildPath>
|
||||
<BuildPath Condition="'$(PyBuildPath)' == ''">$(PySourcePath)PCBuild\$(ArchName)\</BuildPath>
|
||||
<BuildPath Condition="'$(PyBuildPath)' != ''">$(PyBuildPath)</BuildPath>
|
||||
<BuildPath Condition="!HasTrailingSlash($(BuildPath))">$(BuildPath)\</BuildPath>
|
||||
|
||||
<!-- Directories of external projects. tcltk is handled in tcltk.props -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue