mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 10:09:17 +08:00
28 lines
707 B
TOML
28 lines
707 B
TOML
[build.env]
|
|
passthrough = [
|
|
"SODIUM_BUILD_STATIC",
|
|
"HTTP_PROXY",
|
|
"HTTPS_PROXY",
|
|
]
|
|
|
|
[target.x86_64-unknown-linux-musl]
|
|
image = "shadowsocks-rust:x86_64-unknown-linux-musl"
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
image = "shadowsocks-rust:x86_64-unknown-linux-gnu"
|
|
|
|
[target.x86_64-pc-windows-gnu]
|
|
image = "shadowsocks-rust:x86_64-pc-windows-gnu"
|
|
|
|
[target.arm-unknown-linux-gnueabihf]
|
|
image = "shadowsocks-rust:arm-unknown-linux-gnueabihf"
|
|
|
|
[target.aarch64-unknown-linux-gnu]
|
|
image = "shadowsocks-rust:aarch64-unknown-linux-gnu"
|
|
|
|
[target.mips-unknown-linux-musl]
|
|
image = "shadowsocks-rust:mips-unknown-linux-musl"
|
|
|
|
[target.mipsel-unknown-linux-musl]
|
|
image = "shadowsocks-rust:mipsel-unknown-linux-musl"
|