aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2017-04-14 00:58:06 +0200
committerSimon Warta <[email protected]>2017-04-18 09:36:25 +0200
commit29ed98471e258a0eca0e0b3d0f8936fa46d7f3f1 (patch)
treecd37e927eccbbdf54de3f3fbb7333e9bdbf4541d /configure.py
parent48ff2547cacb5c1f8356f1fcb3fc3fe1e98e6c25 (diff)
Make template variable misc_config more specific
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py4
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: