We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f197ab8 commit a88b9a2Copy full SHA for a88b9a2
tools/upstream_wrapper/BUILD.bazel
@@ -21,7 +21,7 @@ ALL_TOOLS = [target for target in TOOLS.values()]
21
data = ALL_TOOLS if tool_name == "cargo" else [target],
22
edition = "2018",
23
rustc_env = {
24
- "WRAPPED_TOOL_EXECPATH": "$(execpath {})".format(target),
+ "WRAPPED_TOOL_EXECPATH": "$(rootpath {})".format(target),
25
"WRAPPED_TOOL_NAME": tool_name,
26
"WRAPPED_TOOL_TARGET": "$(rlocationpath {})".format(target),
27
},
0 commit comments