2
0
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:
Thomas Nagy 2016-03-08 19:18:18 +01:00
parent b08125520f
commit e6bb4693cb

View File

@ -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):