mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-07 08:55:31 +01:00
Added Configure.autoconfig = 'clobber' to force previous configuration options
This commit is contained in:
parent
76731c8155
commit
1491e620ad
@ -584,6 +584,8 @@ def autoconfigure(execute_method):
|
||||
if do_config:
|
||||
Options.commands.insert(0, self.cmd)
|
||||
Options.commands.insert(0, 'configure')
|
||||
if Configure.autoconfig == 'clobber':
|
||||
Options.options.__dict__ = env.options
|
||||
return
|
||||
|
||||
return execute_method(self)
|
||||
|
Loading…
Reference in New Issue
Block a user