Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Aug 20, 2024
1 parent 9630295 commit 25d3026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions musl_cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def _musl_cc_test_runner_func(ctx, binary_info, processed_environment, dynamic_l
output = executable,
content = """\
#!/bin/sh
file -L -- "$0"
exec '{dynamic_linker}' "$0" "$@"
""".format(dynamic_linker = dynamic_linker.short_path),
is_executable = True,
Expand Down

0 comments on commit 25d3026

Please sign in to comment.