compile -> implement
This commit is contained in:
parent
de51f0776a
commit
bd0ae66bed
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ dependencies {
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- if args.depends -%}
|
{%- if args.depends -%}
|
||||||
{%- for depend in args.depends %}
|
{%- for depend in args.depends %}
|
||||||
compile '{{ depend }}'
|
implement '{{ depend }}'
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue