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
f8a6936b
Commit
f8a6936b
authored
Jul 02, 2021
by
Isuru Fernando
Browse files
Use 11.0 installer only on arm64 hardware
parent
95f1cc4a
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 @
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"
...
...
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