Unverified Commit 5f5cc0dd authored by Andrew Murray's avatar Andrew Murray Committed by GitHub
Browse files

Update osx_utils.sh


Co-Authored-By: default avatarrobbuckley <20515024+robbuckley@users.noreply.github.com>
parent 0fe83087
...@@ -135,7 +135,7 @@ function pyinst_fname_for_version { ...@@ -135,7 +135,7 @@ function pyinst_fname_for_version {
} }
function get_macpython_arch { function get_macpython_arch {
# get arch (e.g. intel or x86_64) from the disutils platform tag # get arch (e.g. intel or x86_64) from the distutils platform tag
distutils_plat=${1:-$(get_distutils_platform)} distutils_plat=${1:-$(get_distutils_platform)}
if [[ $distutils_plat =~ macosx-(10\.[0-9]+)-(.*) ]]; then if [[ $distutils_plat =~ macosx-(10\.[0-9]+)-(.*) ]]; then
echo ${BASH_REMATCH[2]} echo ${BASH_REMATCH[2]}
......
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