安装 Linux libc
rustup target add x86_64-unknown-linux-musl
编译
cargo build --release --target=x86_64-unknown-linux-musl
请按照以下步骤进行操作:
打开
.cargo/config
文件。在文件中添加以下内容:
[target.x86_64-unknown-linux-musl]
linker = "x86_64-linux-musl-gcc"
rustup target add x86_64-unknown-linux-musl
cargo build --release --target=x86_64-unknown-linux-musl
请按照以下步骤进行操作:
打开 .cargo/config
文件。
在文件中添加以下内容:
[target.x86_64-unknown-linux-musl]
linker = "x86_64-linux-musl-gcc"
评论区