make sure to read from config.py if switching from FAST=True to FAST=False during configure stage
This commit is contained in:
parent
c22ab63dc9
commit
d669706f68
1 changed files with 4 additions and 1 deletions
|
@ -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...')
|
||||||
|
|
Loading…
Reference in a new issue