[SCons] Remove unnecessary code block

This commit is contained in:
Ray Speth 2023-06-22 22:41:12 -04:00 committed by Ingmar Schoegl
parent 436ad647d7
commit 730885b6ed

View File

@ -20,7 +20,6 @@ install('$inst_libdir', lib)
install('$inst_incdir', mods)
# Build the Cantera Fortran interface shared library
if localenv['layout'] != 'debian':
if localenv['renamed_shared_libraries']:
sharedName = '../../lib/cantera_fortran_shared'
else: