Skip to content

Commit fb37550

Browse files
authored
cargo: add aarch64-linux-gnu-gcc linker (#3441)
Fixes #3439 How... is this not the default? Other platforms cross-compile just fine. Other Rust C code cross-compiles just fine. Cargo bug? IDK. Anyway.
1 parent c29a8cd commit fb37550

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[target.wasm32-unknown-unknown]
22
runner = "wasm-bindgen-test-runner"
33
rustflags = ['--cfg', 'getrandom_backend="wasm_js"']
4+
5+
[target.aarch64-unknown-linux-gnu]
6+
linker = "aarch64-linux-gnu-gcc"

0 commit comments

Comments
 (0)