mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +01:00
Try to process link tasks as early as possible
This commit is contained in:
parent
e5e8397154
commit
af4a768775
@ -131,6 +131,9 @@ class link_task(Task.Task):
|
||||
"""
|
||||
color = 'YELLOW'
|
||||
|
||||
weight = 3
|
||||
"""Try to process link tasks as early as possible"""
|
||||
|
||||
inst_to = None
|
||||
"""Default installation path for the link task outputs, or None to disable"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user