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
784e45f2
Commit
784e45f2
authored
Aug 13, 2021
by
Andrew Murray
Browse files
Python 3.10 only has the universal2 installer
parent
84358c8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
osx_utils.sh
osx_utils.sh
+1
-1
No files found.
osx_utils.sh
View file @
784e45f2
...
...
@@ -165,7 +165,7 @@ function pyinst_fname_for_version {
# creates intel only wheels by default. When PLAT=universal2
# we set the env variable _PYTHON_HOST_PLATFORM to change this
# default.
if
[
"
$(
uname
-m
)
"
==
"arm64"
]
;
then
if
[
"
$(
uname
-m
)
"
==
"arm64"
]
||
[
$(
lex_ver
$py_version
)
-ge
$(
lex_ver 3.10.0
)
]
;
then
if
[
"
$py_version
"
==
"3.9.1"
]
;
then
echo
"python-
${
py_version
}
-macos11.0.
${
inst_ext
}
"
else
...
...
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