Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 12, 2024
1 parent dee5f22 commit d631f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/musl_cross_compiling/musl_utils.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _transition_platform = transition(

def _platform_transition_binary_impl(ctx):
default_info = ctx.attr.binary[0][DefaultInfo]
executable = ctx.executable.binary[0]
executable = ctx.executable.binary

output = ctx.actions.declare_file("{}.{}".format(ctx.label.name, executable.extension).rstrip("."))
ctx.actions.symlink(
Expand Down

0 comments on commit d631f90

Please sign in to comment.