-
Notifications
You must be signed in to change notification settings - Fork 333
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
libstdc++ SDK 10.9 or 10.13 #442
Comments
also from readme: While seems confirmed that last version that can build for 32 bit is: |
FWIW, "default" means alternatives are available (but not the default). I don't really understand what's the issue. There is a "default", and there are "alternarives" different from the default if you set some options with command flags, etc. |
readme and build.sh report different default information. |
There is git history, likely readme is behind - the build script is authoritative. The readme probably means "you can get the non-defaults if you use a different branch, or go back in history and use an earlier version of this". I am still not sure what is the issue... you can expand the readme yourself if you think it is unclear/incorrect... |
about default deployment target I also think that build.sh is authoritative and you confirmed that. About defaulting to libc++ instead of libstdc++, I think that readme is right and can be as issue in build.sh |
the readme:
https://github.com/tpoechtrager/osxcross#deployment-target
say:
>= 10.9 also defaults to libc++ instead of libstdc++
while build.sh:
https://github.com/tpoechtrager/osxcross/blob/master/build.sh#L406
say:
Use <= 10.13 SDK if you rely on libstdc++ support
The text was updated successfully, but these errors were encountered: