We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4273746 commit 7310647Copy full SHA for 7310647
private/app_file.bzl
@@ -35,7 +35,7 @@ def _impl(ctx):
35
registered_list = ""
36
37
applications_list = ""
38
- if src == "" or len(ctx.attr.extra_apps > 0) or len(ctx.attr.deps) > 0:
+ if src == "" or len(ctx.attr.extra_apps) > 0 or len(ctx.attr.deps) > 0:
39
applications = ["kernel", "stdlib"] + ctx.attr.extra_apps
40
for dep in ctx.attr.deps:
41
applications.append(dep[ErlangAppInfo].app_name)
0 commit comments