-
Notifications
You must be signed in to change notification settings - Fork 451
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: Add apple tvos support #881
Conversation
@@ -507,33 +507,3 @@ fn gnu_apple_darwin() { | |||
cmd.must_not_have("-isysroot"); | |||
} | |||
} | |||
|
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.
These tests didn't require GCC, just check that the target-specific stuff works. They shouldn't be deleted.
There should also be a test that clang works and has everything set appropriately.
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.
Forgot to mark this as needing changes.
ad0a29d
to
efda48f
Compare
fe860cb
to
d383b31
Compare
3dc7e6b
to
73a730d
Compare
73a730d
to
f8eaa95
Compare
f8eaa95
to
a92bedf
Compare
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.
LGTM
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.
Looks good.
This PR allows using cc-rs lib to target tier 3 *-apple builds:
As clang should be used with this target, I've removed tests added on #704 that require gcc.Restored tests.