diff options
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 4388cb0a0..ed4c94e2f 100755 --- a/configure.py +++ b/configure.py @@ -961,6 +961,8 @@ def create_template_vars(build_config, options, modules, cc, arch, osinfo): build_commands(build_config.check_sources, build_config.checkobj_dir, 'CHECK')), + 'python_obj_dir': build_config.pyobject_dir, + 'python_objs': makefile_list( objectfile_list(build_config.python_sources, build_config.pyobject_dir)), |