We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using cargo build i686-pc-windows-gnu, the architecture for zig should be i386-windows-gnu instead of i686-windows-gnu
> cargo zigbuild --target i686-pc-windows-gnu ... error: UnknownArchitecture > cat /Users/x/Library/Caches/cargo-zigbuild/0.12.2/zigcc-i686-pc-windows-gnu.sh #!/usr/bin/env sh /Users/x/.cargo/bin/cargo-zigbuild zig cc -- -target i686-windows-gnu -g $@
The text was updated successfully, but these errors were encountered:
Looks like even with i386-windows-gnu zig still fails to build: https://github.com/messense/cargo-zigbuild/actions/runs/3050875072/jobs/4918466906
i386-windows-gnu
ziglang/zig#537
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When using cargo build i686-pc-windows-gnu, the architecture for zig should be i386-windows-gnu instead of i686-windows-gnu
The text was updated successfully, but these errors were encountered: