Change MACOSX_DEPLOYMENT_TARGET to 10.9#5406
Conversation
The xcode 10 removes the deprecated libstdc++ library. We could set "MACOSX_DEPLOYMENT_TARGET" to "10.9" to use libc++ instead.
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
|
@JerryShih could you confirm cla? |
|
@JerryShih just a confirm is ok. The googlebot has some problems with merging PR. |
|
confirm is ok |
* Add kokoro build for python source package * Use libc++ for xcode 10 (protocolbuffers#5303) The xcode 10 removes the deprecated libstdc++ library. We could set "MACOSX_DEPLOYMENT_TARGET" to "10.9" to use libc++ instead. * Add python 3.7 build * Add build for python 3.7 on linux and windows * Remove unused source build * Add comment * Fix $MACOSX_DEPLOYMENT_TARGET mismatch * Fix MACOSX_DEPLOYMENT_TARGET mismatch * Add missing import for sysconfig * Add missing imports
Cherry-picked fix from #5406
https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes