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

ensure we append -stdlib=libc++ on os x #1

Merged
merged 1 commit into from
Aug 1, 2013
Merged

ensure we append -stdlib=libc++ on os x #1

merged 1 commit into from
Aug 1, 2013

Conversation

springmeyer
Copy link

-stdlib=libc++ is needed on OS X to link to libc++ instead of libstdc++, the former with supports c++11 and the later which does not (since apple is not updating it). More info at: http://libcxx.llvm.org/.

This includes Makefile fixes to append the right flags + one workaround for a missing typedef that is only fixed in unreleased libc++.

joto added a commit that referenced this pull request Aug 1, 2013
ensure we append -stdlib=libc++ on os x
@joto joto merged commit fc08f58 into osmcode:master Aug 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants