2
0
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:
Thomas Nagy 2017-06-15 16:01:12 +02:00
parent e5e8397154
commit af4a768775

View File

@ -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"""