Skip to content

Commit 160fb2d

Browse files
committed
fix cross.toml
1 parent 00c2fa4 commit 160fb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cross.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pre-build = [
88
passthrough = ["CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS", "--cfg tokio_unstable"]
99

1010
[target.aarch64-unknown-linux-gnu.env]
11-
passthrough = ["CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS", "--cfg tokio_unstable"]
11+
passthrough = ["CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=--cfg tokio_unstable"]

0 commit comments

Comments
 (0)