Skip to content

Commit 53891d0

Browse files
committed
[SCons] Include libexecstream in pkg-config libraries
1 parent 54e4b17 commit 53891d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/posix/SConscript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pc_cflags = []
3232
localenv['mak_corelibs'] = '-lcantera'
3333
if not env['single_library']:
3434
localenv['mak_corelibs'] += ' -lctmath -lexecstream'
35+
pc_libs.append('execstream')
3536

3637
if env['use_sundials'] == 'n':
3738
localenv['mak_sundials_libs'] = '-lcvode'

0 commit comments

Comments
 (0)