mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Reverted changes which were inadvertently committed.
This commit is contained in:
parent
61c3f0dae7
commit
ae7d7fa0fe
2 changed files with 12 additions and 17 deletions
|
@ -123,9 +123,8 @@ _PYTHON_BUILD = is_python_build()
|
|||
|
||||
if _PYTHON_BUILD:
|
||||
for scheme in ('posix_prefix', 'posix_home'):
|
||||
_INSTALL_SCHEMES[scheme]['include'] = '{projectbase}/Include'
|
||||
_INSTALL_SCHEMES[scheme]['include'] = '{srcdir}/Include'
|
||||
_INSTALL_SCHEMES[scheme]['platinclude'] = '{projectbase}/.'
|
||||
_INSTALL_SCHEMES[scheme]['stdlib'] = '{projectbase}/Lib'
|
||||
|
||||
def _subst_vars(s, local_vars):
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue