Commit ab4fd61b authored by Ronald Oussoren's avatar Ronald Oussoren

Fix for buildbot failure in r81999.

parent b39a0c24
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment