We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31ec0d commit ea0b4edCopy full SHA for ea0b4ed
1 file changed
python/private/py_executable.bzl
@@ -768,10 +768,7 @@ def _create_stage1_bootstrap(
768
}
769
770
if stage2_bootstrap:
771
- subs["%stage2_bootstrap%"] = "{}/{}".format(
772
- ctx.workspace_name,
773
- stage2_bootstrap.short_path,
774
- )
+ subs["%stage2_bootstrap%"] = runfiles_root_path(ctx, stage2_bootstrap.short_path)
775
template = runtime.bootstrap_template
776
subs["%shebang%"] = runtime.stub_shebang
777
elif not ctx.files.srcs:
0 commit comments