scons: make a failure to link boost_python non-fatal
This commit is contained in:
parent
17d3414b7a
commit
b74738dd91
1 changed files with 2 additions and 2 deletions
|
@ -1345,8 +1345,8 @@ if not preconfigured:
|
|||
|
||||
if not conf.CheckLibWithHeader(libs=[env['BOOST_PYTHON_LIB']], header='boost/python/detail/config.hpp', language='C++'):
|
||||
color_print(1, 'Could not find library "%s" for boost python bindings' % env['BOOST_PYTHON_LIB'])
|
||||
env['MISSING_DEPS'].append('boost python')
|
||||
|
||||
# failing on launchpad, so let's make it a warning for now
|
||||
#env['MISSING_DEPS'].append('boost python')
|
||||
|
||||
if env['CAIRO']:
|
||||
if conf.CheckPKGConfig('0.15.0') and conf.CheckPKG('pycairo'):
|
||||
|
|
Loading…
Reference in a new issue