• Paul Yang's avatar
    Change MACOSX_DEPLOYMENT_TARGET to 10.9 (#5406) · 704037f2
    Paul Yang authored
    * Add kokoro build for python source package
    
    * Use libc++ for xcode 10 (#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
    704037f2
build_artifacts.bat 1.56 KB