aboutsummaryrefslogtreecommitdiff
path: root/rules/native_binary.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'rules/native_binary.bzl')
-rw-r--r--rules/native_binary.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/native_binary.bzl b/rules/native_binary.bzl
index 9f64df4..7d885a0 100644
--- a/rules/native_binary.bzl
+++ b/rules/native_binary.bzl
@@ -30,7 +30,7 @@ def _impl_rule(ctx, is_windows):
copy_bash(ctx, ctx.file.src, out)
return DefaultInfo(
executable = out,
- files = depset(items = [out]),
+ files = depset([out]),
runfiles = ctx.runfiles(
files = [out],
collect_data = True,