mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
typo
This commit is contained in:
parent
5906f37447
commit
ca809854c3
@ -562,7 +562,7 @@ For convenience, rule-based task generators can declare the *update_outputs* att
|
||||
def build(ctx):
|
||||
ctx(
|
||||
rule = 'cp ${SRC} ${TGT}',
|
||||
source = 'wcript',
|
||||
source = 'wscript',
|
||||
target = ctx.path.make_node('wscript2'),
|
||||
update_outputs = True
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user