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 for compilation on Redox #25

Closed
wants to merge 1 commit into from
Closed

Fix for compilation on Redox #25

wants to merge 1 commit into from

Conversation

jackpot51
Copy link
Member

@jackpot51 jackpot51 commented Jul 2, 2016

Since Redox sets cfg(unix), but does not have a compatible libc crate, more specific matching has to be done. Here are all the class-one targets with the libc crate selected

Since Redox sets cfg(unix), but does not have a compatible `libc` crate, more specific matching has to be done. Here are all the class-one targets with the libc crate selected
@ticki
Copy link
Contributor

ticki commented Jul 2, 2016

Why not cfg(not(target_os = "redox"))?

@jackpot51
Copy link
Member Author

Sure, that would work

@jackpot51
Copy link
Member Author

#26

@jackpot51 jackpot51 closed this Jul 2, 2016
@jackpot51 jackpot51 deleted the patch-1 branch July 3, 2016 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants