Revert "Update CMAKE_OSX_DEPLOYMENT_TARGET from 10.11 to 10.14 (#924)"

This reverts commit 99e5e0230d.
This commit is contained in:
Sam Clegg
2021-11-01 15:00:45 -07:00
parent 99e5e0230d
commit 69bc93a988
2 changed files with 5 additions and 6 deletions

View File

@@ -108,8 +108,7 @@ def build_python():
check_call(['brew', 'install', 'openssl', 'pkg-config'])
if platform.machine() == 'x86_64':
prefix = '/usr/local'
# Keep in sync with CMAKE_OSX_DEPLOYMENT_TARGET in emsdk.py
min_macos_version = '10.14'
min_macos_version = '10.11'
elif platform.machine() == 'arm64':
prefix = '/opt/homebrew'
min_macos_version = '11.0'