We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*-apple-darwin
1 parent 9b32a1f commit 6d77b8cCopy full SHA for 6d77b8c
README.md
@@ -36,9 +36,6 @@ docker run --rm -it -v $(pwd):/io -w /io ghcr.io/rust-cross/cargo-zigbuild \
36
docker run --rm -it -v ${pwd}:c:\io -w c:\io ghcr.io/rust-cross/cargo-zigbuild.windows `
37
cargo zigbuild --target x86_64-apple-darwin
38
```
39
-> [!NOTE]
40
-> Windows docker image can compile debug builds, but does NOT support `cargo build --release` for *-apple-darwin targets.
41
-> You will get ```error: unable to run `strip`: program not found```. If you know a solution to this, please open an issue and/or PR.
42
43
[](https://repology.org/project/cargo-zigbuild/versions)
44
0 commit comments