Fix for buildbot failure in r81999.

This commit is contained in:
Ronald Oussoren 2010-06-15 21:19:50 +00:00
parent b39a0c242d
commit ab4fd61b60
1 changed files with 2 additions and 0 deletions

View File

@ -432,6 +432,8 @@ def get_config_vars(*args):
if 'srcdir' not in _CONFIG_VARS:
_CONFIG_VARS['srcdir'] = _PROJECT_BASE
else:
_CONFIG_VARS['srcdir'] = realpath(_CONFIG_VARS['srcdir'])
# Convert srcdir into an absolute path if it appears necessary.