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

OSX uses clang c++ library in newer code #11

Open
blloyd75 opened this issue Sep 28, 2016 · 1 comment
Open

OSX uses clang c++ library in newer code #11

blloyd75 opened this issue Sep 28, 2016 · 1 comment

Comments

@blloyd75
Copy link
Contributor

The current projects are configured to build using 10.6 and later using gcc's c++ library.

The player works fine when compiled using clang's library along with 10.7 as minimum version. I would like to add support for the clang version (I'm in a project dependent on that c++ implementation already).

I'm willing to do the work, but wanted to discuss how first. I was considering new targets for the OSX clang with a minimum OS of 10.7, so none of the existing setups change. This ends up with double the OSX targets though, and there are already a lot.

I wanted to discuss options before actually doing anything, so that everyone is on the same page.

@kspes
Copy link
Collaborator

kspes commented Sep 29, 2016

we' using clang c++ library and 10.7 asa minimum internally and it works fine as you said.

What probably needs to be done is to just set up the project's xcconfig files to use 10.7 as a minimum and clang as a default. I don't think new targets are needed, each project that integrates the library's source code can control the setting via xcconfig files. Or did I misunderstand something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants