Reverted changes which were inadvertently committed.

This commit is contained in:
Vinay Sajip 2010-09-20 10:29:54 +00:00
parent 61c3f0dae7
commit ae7d7fa0fe
2 changed files with 12 additions and 17 deletions

View file

@ -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: