diff --git a/src/python/SConscript b/src/python/SConscript index 230bb69c1..ea5044188 100644 --- a/src/python/SConscript +++ b/src/python/SConscript @@ -39,8 +39,9 @@ if localenv['python_package'] == 'full': # OS X requires library dependencies to be specified at link time if localenv['OS'] == 'Darwin': pylinklibs.append('python%s' % gcv('VERSION')) - if localenv['use_sundials'] == 'y': - pylinklibs.extend(['sundials_cvodes', 'sundials_nvecserial']) + + if localenv['use_sundials'] == 'y': + pylinklibs.extend(['sundials_cvodes', 'sundials_nvecserial']) pymodule = localenv.SharedLibrary('#interfaces/python/Cantera/_cantera', ['pycantera.cpp'],