6 lines
195 B
TOML
6 lines
195 B
TOML
[build.env]
|
|
# Both of these are needed to workaround https://github.com/rust-embedded/cross/issues/598
|
|
passthrough = [
|
|
"RUSTFLAGS",
|
|
"CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS",
|
|
]
|