-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
cargo-zigbuild ignores the CARGO environment variable #163
Comments
Can't reproduce:
Granted, running |
Fixed in messense/cargo-options@e620e56. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If cargo is not present in
PATH
, zigbuild (when run directly) fails with "Failed to run cargo build: No such file or directory (os error 2)", even ifCARGO
[1] is set correctly. This appears to be a bug in cargo-options [2], but since that is a tiny package, I'm also reporting it here. Cf. messense/cargo-options#8[1] https://doc.rust-lang.org/cargo/reference/environment-variables.html
[2] https://github.com/messense/cargo-options/blob/main/src/common.rs#L167
The text was updated successfully, but these errors were encountered: