[SCons] Include libexecstream in pkg-config libraries
This commit is contained in:
parent
54e4b17aa5
commit
53891d0b23
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue