Revert "Update CMAKE_OSX_DEPLOYMENT_TARGET from 10.11 to 10.14 (#924)"
This reverts commit 99e5e0230d.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user