Remove boost_thread dependency (RIPD-216).

Fixes RIPD-216
This commit is contained in:
Donovan Hide
2014-10-15 23:13:02 +01:00
committed by Tom Ritchford
parent 4b5fd95657
commit 7eaca149c1
2 changed files with 8 additions and 11 deletions

View File

@@ -297,7 +297,6 @@ def config_env(toolchain, variant, env):
'boost_program_options',
'boost_regex',
'boost_system',
'boost_thread'
]
# We prefer static libraries for boost
if env.get('BOOST_ROOT'):