-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
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
Error with cargo zigbuild #1360
Labels
Comments
phoepsilonix
added a commit
to phoepsilonix/cc-rs
that referenced
this issue
Jan 11, 2025
Adjusted is_zig_cc judgment and adjusted how supports_path_delimiter is handled.
phoepsilonix
added a commit
to phoepsilonix/cc-rs
that referenced
this issue
Jan 11, 2025
Adjusted is_zig_cc judgment and adjusted how supports_path_delimiter is handled.
phoepsilonix
added a commit
to phoepsilonix/cc-rs
that referenced
this issue
Jan 11, 2025
adjusted how supports_path_delimiter is handled.
NobodyXu
added a commit
that referenced
this issue
Jan 12, 2025
* Adjusted zig cc judgment and avoided zigbuild errors(#1360) Adjusted is_zig_cc judgment and adjusted how supports_path_delimiter is handled. * Update src/lib.rs Co-authored-by: Jiahao XU <[email protected]> * typo fix and format check cargo fmt --check * Revert "Update src/lib.rs" This reverts commit a69d8bb. --------- Co-authored-by: Jiahao XU <[email protected]>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error with cargo zigbuild(cc-rs 1.2.8)
Example
RUSTFLAGS="" cargo zigbuild -r --message-format=json-render-diagnostics --target aarch64-unknown-linux-gnu
RUSTFLAGS="" cargo zigbuild -r --message-format=json-render-diagnostics --target x86_64-unknown-linux-gnu
The following error occurs.
I tried to fix this by adjusting the zig_cc rule. #1361
The text was updated successfully, but these errors were encountered: