[SCons] Print config.log when SCons is in verbose mode
This commit is contained in:
parent
9ff22eebc5
commit
0a1909e682
1 changed files with 4 additions and 0 deletions
|
|
@ -860,6 +860,10 @@ env['FORTRANMODDIR'] = '${TARGET.dir}'
|
|||
|
||||
env = conf.Finish()
|
||||
|
||||
if env['VERBOSE']:
|
||||
print '-------------------- begin config.log --------------------'
|
||||
print open('config.log').read()
|
||||
print '--------------------- end config.log ---------------------'
|
||||
|
||||
# Python 2 Package Settings
|
||||
cython_min_version = LooseVersion('0.17')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue