mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-25 19:30:04 +01:00
Issue 1140
This commit is contained in:
parent
3a1a855ab5
commit
b75d3a1801
@ -57,7 +57,8 @@ def apply_run_m_script(tg):
|
||||
node = tg.path.find_resource(x)
|
||||
if not node:
|
||||
tg.fatal('Could not find %r (was it declared?)' % x)
|
||||
tg.node_deps.append(node)
|
||||
tsk.dep_nodes.append(node)
|
||||
Logs.debug('deps: found dependencies %r for %r' % (tsk.dep_nodes, src_node))
|
||||
|
||||
# Bypass the execution of process_source by setting the source to an empty list
|
||||
tg.source = []
|
||||
|
Loading…
Reference in New Issue
Block a user