Skip to content
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

Fix build script #6

Merged

Conversation

workingjubilee
Copy link
Contributor

It is permitted for CARGO_CFG_TARGET_FAMILY to return a string that indicates multiple values, because it in fact is all the families of that target.

The script is slightly simpler if it just uses CARGO_CFG_UNIX and CARGO_CFG_WINDOWS.

It is permitted for `CARGO_CFG_TARGET_FAMILY` to return a string that
indicates multiple values, because it in fact is *all* the families of
that target.

The script is slightly simpler if it just uses `CARGO_CFG_UNIX` and
`CARGO_CFG_WINDOWS`.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome, and thank you for contributing! If you are new to Rust, please make sure to run cargo fmt and cargo run to test your code.

@Kyllingene Kyllingene merged commit ac408c0 into Kyllingene:master May 2, 2024
2 checks passed
@Kyllingene
Copy link
Owner

Thanks for the PR! I'm still astonished anyone found this useful, to be quite honest.

@workingjubilee workingjubilee deleted the deal-with-distant-relatives branch May 3, 2024 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants