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 -%}
|
||||
{%- if args.depends -%}
|
||||
{%- for depend in args.depends %}
|
||||
compile '{{ depend }}'
|
||||
implement '{{ depend }}'
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue