Unverified Commit 84c6f7f6 authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #413 from isuruf/11.0

MRG: Use 11.0 installer only on arm64 hardware
parents 9d0f6698 f8a6936b
......@@ -102,7 +102,7 @@ function macpython_sdk_list_for_version {
local _major=${_ver%%.*}
local _return
if [ "${PLAT}" = "arm64" ]; then
if [ "$(uname -m)" = "arm64" ]; then
_return="11.0"
elif [ "$_major" -eq "2" ]; then
[ $(lex_ver $_ver) -lt $(lex_ver 2.7.18) ] && _return="10.6"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment