-
Notifications
You must be signed in to change notification settings - Fork 390
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
Explicitly prefer -ar
to -gcc-ar
.
#1105
Conversation
bors try --target -none- --target *-freebsd --target *-dragonfly --target *-solaris --target *-illumos *-netbsd |
…--target *-solaris --target *-illumos *-netbsd
Note I didn't provide |
tryBuild succeeded: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is parallel to rust-lang/cc-rs#741, but this is fine standalone and resolves issues for people locked to cc="=1.0.74"
bors r+
Build succeeded: |
Can we get a release containing this? Otherwise this is currently broken by default. |
I don't think 0.3.0 is quite ready for release, especially not in the next week or so, but this is a trivial patch so we could backport it and do a quick release for 0.2.5? |
cc 1.0.75 has been released. rust-lang/cc-rs#741 (comment) hopefully this solves the problem enough |
Fixes #1100.