mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 10:09:17 +08:00
11 lines
236 B
TOML
11 lines
236 B
TOML
[build.env]
|
|
passthrough = [
|
|
"RUSTFLAGS"
|
|
]
|
|
|
|
[target.mips-unknown-linux-musl]
|
|
image = "rustembedded/cross:mips-unknown-linux-musl-0.2.1"
|
|
|
|
[target.mipsel-unknown-linux-musl]
|
|
image = "rustembedded/cross:mipsel-unknown-linux-musl-0.2.1"
|