mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +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):
|
def build(bld):
|
||||||
waf = bld.path.make_node('waf') # create the node right here
|
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):
|
class Dist(Scripting.Dist):
|
||||||
def get_excl(self):
|
def get_excl(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user