fix sytax
This commit is contained in:
parent
977ec6c498
commit
cd8b52a494
1 changed files with 6 additions and 6 deletions
12
SConstruct
12
SConstruct
|
@ -893,12 +893,12 @@ if not preconfigured:
|
||||||
|
|
||||||
if env['THREADING'] == 'multi':
|
if env['THREADING'] == 'multi':
|
||||||
BOOST_LIBSHEADERS.append(['thread', 'boost/thread/mutex.hpp', True])
|
BOOST_LIBSHEADERS.append(['thread', 'boost/thread/mutex.hpp', True])
|
||||||
# on solaris the configure checks for boost_thread
|
# on solaris the configure checks for boost_thread
|
||||||
# require the -pthreads flag to be able to check for
|
# require the -pthreads flag to be able to check for
|
||||||
# threading support, so we add as a global library instead
|
# threading support, so we add as a global library instead
|
||||||
# of attaching to cxxflags after configure
|
# of attaching to cxxflags after configure
|
||||||
if env['PLATFORM'] == 'SunOS':
|
if env['PLATFORM'] == 'SunOS':
|
||||||
env.Append(LIBS = '-pthreads')
|
env.Append(LIBS = '-pthreads')
|
||||||
|
|
||||||
|
|
||||||
# if requested, sort LIBPATH and CPPPATH before running CheckLibWithHeader tests
|
# if requested, sort LIBPATH and CPPPATH before running CheckLibWithHeader tests
|
||||||
|
|
Loading…
Reference in a new issue