Skip to content

Commit

Permalink
fix(windows): added use_param_file for args
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
ruwi-next authored and sgammon committed Sep 13, 2023
1 parent 3b204f7 commit 481e503
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 481e503

Please sign in to comment.