diff options
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.py b/configure.py index c66239818..3e1cf76a8 100755 --- a/configure.py +++ b/configure.py @@ -1903,9 +1903,9 @@ def create_template_vars(source_paths, build_config, options, modules, cc, arch, } if options.house_curve: - variables['misc_config'] = make_cpp_macros(HouseEccCurve(options.house_curve).defines()) + variables['house_ecc_curve_defines'] = make_cpp_macros(HouseEccCurve(options.house_curve).defines()) else: - variables['misc_config'] = '' + variables['house_ecc_curve_defines'] = '' if options.build_shared_lib: |