scons: avoid skipping configure if --clean is requested since it will bork scons given the need for the configured/pickled dictionary to populate env variables in Sconscript files - thanks rcoup for noticing this
This commit is contained in:
parent
fd50ef8400
commit
ed695f6aae
1 changed files with 388 additions and 389 deletions
|
@ -397,8 +397,7 @@ conf_tests = { 'CheckPKGConfig' : CheckPKGConfig,
|
|||
}
|
||||
|
||||
|
||||
if not env.GetOption('clean'):
|
||||
if not preconfigured:
|
||||
if not preconfigured:
|
||||
|
||||
color_print(4,'Configuring build environment...')
|
||||
|
||||
|
|
Loading…
Reference in a new issue