-
-
Notifications
You must be signed in to change notification settings - Fork 753
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
Remove manual libatomic reference #2058
Conversation
The build is red. |
It fails for |
Those are the builds that are failing, yes. |
@sfackler I don't know about Android, but the Linux builds should work just fine with changing What i find a bit strange is that the check is done to see if it is One compromise would be to either say, if kind is What would be the best way to go to have this solved? |
Yeah, I think it makes sense to statically link to libatomic in these contexts. I'm not totally sure why we're dynamically linking currently. |
Ill test what happens if i convert it to |
@sfackler, if i change it to: println!("cargo:rustc-link-lib=atomic"); Then it works just fine for me on both |
Let's close it favor of #2094 |
Reverts revert of 32a303a from ddd0478
Fixes #2043