diff options
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index a4c2d2372..202bb40df 100755 --- a/configure.py +++ b/configure.py @@ -2009,7 +2009,7 @@ def create_template_vars(source_paths, build_paths, options, modules, cc, arch, } variables['lib_flags'] = cc.gen_lib_flags(options, variables) - variables['cmake_shared_flags'] = cmake_escape(variables['lib_flags']) + variables['cmake_lib_flags'] = cmake_escape(variables['lib_flags']) if options.with_pkg_config: variables['botan_pkgconfig'] = os.path.join(build_paths.build_dir, 'botan-%d.pc' % (Version.major())) |