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 locating stdlib on macos #190

Merged
merged 2 commits into from Jun 23, 2019
Merged

Fix locating stdlib on macos #190

merged 2 commits into from Jun 23, 2019

Conversation

TheJasperV
Copy link

When compiling on mac with xcode 10 the standard library headers are not found.
This adds an extra compile and link option to find them.
Second attempt, this one passes gitlint.
fixes #187

When compiling on mac with xcode 10 the standard library headers are not found.
This adds an extra compile and link option to find them.
@Linkid
Copy link
Member

Linkid commented May 20, 2019

Hi!
Thank you for your contribution :). I'll read it later (don't have time right now :/).

PS: if CI does not pass, you can update your PR by committing on the same branch instead of opening another PR ;).

setup.py Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
setup.py Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
- remove unused include
- document usage of different std lib on mac
- remove trailing semicolon
@Linkid
Copy link
Member

Linkid commented Jun 23, 2019

Thank you :).

@Linkid Linkid merged commit 1b379c5 into fofix:master Jun 23, 2019
@Linkid Linkid removed the needs-work label Jun 23, 2019
@Linkid Linkid added this to the 4.0 milestone Jun 23, 2019
@TheJasperV TheJasperV deleted the fix_xcode10 branch June 23, 2019 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

compilation failure on macOS due to stdlib headers not found
2 participants