We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ca320 commit 9456403Copy full SHA for 9456403
1 file changed
BUILD.bazel
@@ -38,8 +38,8 @@ config_setting(
38
39
def _build_rust_cmd(profile):
40
return (
41
- "$(location :build_rust_ffi) "
42
- "--manifest-path $(location rust/Cargo.toml) "
+ "$(location :build_rust_ffi) " +
+ "--manifest-path $(location rust/Cargo.toml) " +
43
"--profile {profile} --target-dir $(@D)/cargo --output $@"
44
).format(profile = profile)
45
0 commit comments