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

cpufeatures: fix cfg for freestanding x86 targets #1137

Merged
merged 2 commits into from
Nov 21, 2024
Merged

Conversation

newpavlov
Copy link
Member

Previously we were using an empty string for target_os to indicate freestanding targets which is incorrect. We should use none instead.

Closes #1136

@newpavlov newpavlov merged commit 21105ea into master Nov 21, 2024
11 checks passed
@newpavlov newpavlov deleted the newpavlov-patch-1 branch November 21, 2024 20:31
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.

[cpufeatures] nightly warning: unexpected cfg condition value: ``
1 participant