Skip to content

Commit

Permalink
Added use_param_file for args
Browse files Browse the repository at this point in the history
  • Loading branch information
ruwi-next committed Sep 13, 2023
1 parent dae2e86 commit 4cbc20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/native_image/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _graal_binary_implementation(ctx):
),
)

args = ctx.actions.args()
args = ctx.actions.args().use_param_file("@%s", use_always=False)
binary = _prepare_native_image_rule_context(
ctx,
args,
Expand Down

0 comments on commit 4cbc20c

Please sign in to comment.