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
9064bacc
"vscode:/vscode.git/clone" did not exist on "0c07559f2283eb666fe590d1faba148a5aafdece"
Unverified
Commit
9064bacc
authored
Jun 29, 2021
by
Isuru Fernando
Committed by
GitHub
Jun 29, 2021
Browse files
add a comment
parent
95f1cc4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
osx_utils.sh
osx_utils.sh
+3
-0
No files found.
osx_utils.sh
View file @
9064bacc
...
...
@@ -156,6 +156,9 @@ function pyinst_fname_for_version {
local
py_version
=
$1
local
py_osx_ver
=
${
2
:-
$(
macpython_sdk_for_version
$py_version
)
}
local
inst_ext
=
$(
pyinst_ext_for_version
$py_version
)
# Use the universal2 installer if we are on arm64
# universal2 installer for python 3.8 needs macos 11.0 to run on
# and therefore x86_64 builds use the intel only installer.
if
[
"
$(
uname
-m
)
"
==
"arm64"
]
;
then
if
[
"
$py_version
"
==
"3.9.1"
]
;
then
echo
"python-
${
py_version
}
-macos11.0.
${
inst_ext
}
"
...
...
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