SCons: When configure fails print message about looking in the 'config.log'
This commit is contained in:
parent
98875e392b
commit
4009c31649
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ for count, libinfo in enumerate(BOOST_LIBSHEADERS):
|
|||
if env['MISSING_DEPS']:
|
||||
# if required dependencies are missing, print warnings and then let SCons finish without building or saving local config
|
||||
color_print(1,'\nExiting... the following required dependencies were not found:\n - %s' % '\n - '.join(env['MISSING_DEPS']))
|
||||
color_print(1,"\nSee the 'config.log' for details on possible problems.")
|
||||
|
||||
if env['SKIPPED_DEPS']:
|
||||
color_print(4,'\nAlso the these optional dependencies were skipped:\n - %s' % '\n - '.join(env['SKIPPED_DEPS']))
|
||||
|
|
Loading…
Reference in a new issue