[SCons] Link boost_thread when building cti2ctml
Fixes compilation errors with some versions of Boost.
This commit is contained in:
parent
2de0ae6350
commit
c028f4cc5c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ localenv.Prepend(CPPPATH=['#src', '#include', '#src/apps'])
|
|||
def buildProgram(name, src):
|
||||
prog = build(localenv.Program(target=pjoin('#build/bin', name),
|
||||
source=src,
|
||||
LIBS=env['cantera_libs']))
|
||||
LIBS=env['cantera_libs']+env['boost_libs']))
|
||||
install('$inst_bindir', prog)
|
||||
|
||||
buildProgram('cti2ctml', ['cti2ctml.cpp'])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue