From e6bb4693cb54a3665012dc7742cb80c6c844004e Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Tue, 8 Mar 2016 19:18:18 +0100 Subject: [PATCH] No need for update_outputs in waf 1.9 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 9922aad4..443ef500 100644 --- a/wscript +++ b/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):