Skip to content

Commit d3ddf76

Browse files
committed
Update Cross.toml
1 parent e60987a commit d3ddf76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cross.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@ pre-build = [
3030
"apt install --yes gcc gcc-aarch64-linux-gnu libclang-dev make",
3131
]
3232

33+
[target.aarch64-unknown-linux-gnu.env]
34+
passthrough = [
35+
"CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc",
36+
]
37+
3338
[build.env]
3439
passthrough = ["JEMALLOC_SYS_WITH_LG_PAGE"]

0 commit comments

Comments
 (0)