mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-21 17:35:55 +01:00
No need for update_outputs in waf 1.9
This commit is contained in:
parent
b08125520f
commit
e6bb4693cb
2
wscript
2
wscript
@ -406,7 +406,7 @@ def configure(conf):
|
||||
|
||||
def build(bld):
|
||||
waf = bld.path.make_node('waf') # create the node right here
|
||||
bld(name='create_waf', rule=create_waf, target=waf, always=True, color='PINK', update_outputs=True)
|
||||
bld(name='create_waf', rule=create_waf, target=waf, always=True, color='PINK')
|
||||
|
||||
class Dist(Scripting.Dist):
|
||||
def get_excl(self):
|
||||
|
Loading…
Reference in New Issue
Block a user