[SCons] Include libexecstream in pkg-config libraries

This commit is contained in:
Ray Speth 2012-12-07 15:02:55 +00:00
parent 54e4b17aa5
commit 53891d0b23

View file

@ -32,6 +32,7 @@ pc_cflags = []
localenv['mak_corelibs'] = '-lcantera'
if not env['single_library']:
localenv['mak_corelibs'] += ' -lctmath -lexecstream'
pc_libs.append('execstream')
if env['use_sundials'] == 'n':
localenv['mak_sundials_libs'] = '-lcvode'