make sure to read from config.py if switching from FAST=True to FAST=False during configure stage

This commit is contained in:
Dane Springmeyer 2009-12-02 22:32:57 +00:00
parent c22ab63dc9
commit d669706f68

View file

@ -524,6 +524,9 @@ if not preconfigured:
color_print(4,'Configuring build environment...') color_print(4,'Configuring build environment...')
if not env['FAST']:
SetCacheMode('force')
if env['USE_CONFIG']: if env['USE_CONFIG']:
if not env['CONFIG'].endswith('.py'): if not env['CONFIG'].endswith('.py'):
color_print(1,'SCons CONFIG file specified is not a python file, will not be read...') color_print(1,'SCons CONFIG file specified is not a python file, will not be read...')