diff options
author | lloyd <[email protected]> | 2010-12-13 17:08:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-12-13 17:08:45 +0000 |
commit | 02aaf20a0c53a5bb92c073d1c940be7ad516ece1 (patch) | |
tree | 7f6d149ae14c29a85aa40beba5fc400ae6f52151 /configure.py | |
parent | 9285e06b23001e2ea3a628178151047ceec8d83e (diff) |
Don't hardcode dir where python code lives
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.py b/configure.py index 9fa3a9181..665c6cc41 100755 --- a/configure.py +++ b/configure.py @@ -964,6 +964,8 @@ def create_template_vars(build_config, options, modules, cc, arch, osinfo): 'doc_src_dir': 'doc', 'build_dir': build_config.build_dir, + 'python_dir': build_config.python_dir, + 'os': options.os, 'arch': options.arch, 'submodel': options.cpu, |