diff --git a/interfaces/cython/SConscript b/interfaces/cython/SConscript index 1903eb461..891cf6e0f 100644 --- a/interfaces/cython/SConscript +++ b/interfaces/cython/SConscript @@ -132,6 +132,7 @@ else: localenv['py_extra_link_args'] = repr(['-fprofile-arcs', '-ftest-coverage']) if env['python_compiler']: localenv['ENV']['CC'] = env['python_compiler'] + localenv['ENV']['CXX'] = env['python_compiler'] if 'LDFLAGS' not in localenv['ENV']: localenv['ENV']['LDFLAGS'] = ''