scons: make sure to sort libs and includes paths after adding calling FindBoost and doing boost checks

This commit is contained in:
Dane Springmeyer 2010-08-21 05:27:29 +00:00
parent a8423428e8
commit 0eb66e8340

View file

@ -880,6 +880,10 @@ if not preconfigured:
if env['THREADING'] == 'multi':
BOOST_LIBSHEADERS.append(['thread', 'boost/thread/mutex.hpp', True])
# if requested, sort LIBPATH and CPPPATH before running CheckLibWithHeader tests
if env['PRIORITIZE_LINKING']:
conf.prioritize_paths()
# if the user is not setting custom boost configuration
# enforce boost version greater than or equal to BOOST_MIN_VERSION