Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
630d8456
Commit
630d8456
authored
Feb 25, 2021
by
Isuru Fernando
Browse files
update python URL for 3.9.2
parent
cdd6c870
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
osx_utils.sh
osx_utils.sh
+5
-1
No files found.
osx_utils.sh
View file @
630d8456
...
...
@@ -157,7 +157,11 @@ function pyinst_fname_for_version {
local
py_osx_ver
=
${
2
:-
$(
macpython_sdk_for_version
$py_version
)
}
local
inst_ext
=
$(
pyinst_ext_for_version
$py_version
)
if
[
"
${
PLAT
:-}
"
==
"arm64"
]
||
[
"
${
PLAT
:-}
"
==
"universal2"
]
;
then
echo
"python-
${
py_version
}
-macos11.0.
${
inst_ext
}
"
if
[
"
$py_version
"
==
"3.9.1"
]
;
then
echo
"python-
${
py_version
}
-macos11.0.
${
inst_ext
}
"
else
echo
"python-
${
py_version
}
-macos11.
${
inst_ext
}
"
fi
else
echo
"python-
${
py_version
}
-macosx
${
py_osx_ver
}
.
${
inst_ext
}
"
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment