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

Don't break the build on other OSes #114

Merged
merged 2 commits into from Aug 9, 2017
Merged

Don't break the build on other OSes #114

merged 2 commits into from Aug 9, 2017

Conversation

@kornelski
Copy link
Contributor

kornelski commented Aug 9, 2017

Unfortunately #[cfg(target_os = "macos")] extern crate is not enough for cross-platform compatibility, because the build is executed unconditionally.


This change is Reviewable

@emilio
emilio approved these changes Aug 9, 2017
Copy link
Member

emilio left a comment

Looks good, thanks!

@emilio
Copy link
Member

emilio commented Aug 9, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Aug 9, 2017

📌 Commit 3542722 has been approved by emilio

@bors-servo
Copy link
Contributor

bors-servo commented Aug 9, 2017

Testing commit 3542722 with merge dc4599d...

bors-servo added a commit that referenced this pull request Aug 9, 2017
Don't break the build on other OSes

Unfortunately `#[cfg(target_os = "macos")] extern crate` is not enough for cross-platform compatibility, because the build is executed unconditionally.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/core-foundation-rs/114)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 9, 2017

☀️ Test successful - status-travis
Approved by: emilio
Pushing dc4599d to master...

@bors-servo bors-servo merged commit 3542722 into servo:master Aug 9, 2017
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.