fix handling of the defines of optional deps when cross-compiling

This commit is contained in:
Dane Springmeyer 2013-07-26 15:50:35 -04:00
parent 0ac9c7f4c9
commit a4c79fc6fe

View file

@ -1327,8 +1327,8 @@ if not preconfigured:
else:
env['SKIPPED_DEPS'].append('boost_regex_icu')
if not env['HOST']:
for libname, headers, required, lang, define in OPTIONAL_LIBSHEADERS:
if not env['HOST']:
if not conf.CheckLibWithHeader(libname, headers, lang):
if required:
color_print(1, 'Could not find required header or shared library for %s' % libname)