mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
15 lines
350 B
TOML
15 lines
350 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" |