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
061c1c06
Commit
061c1c06
authored
Feb 26, 2019
by
Rob Buckley
Browse files
fix typo in x86_64 arch tag
parent
5f761026
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
osx_utils.sh
osx_utils.sh
+2
-3
No files found.
osx_utils.sh
View file @
061c1c06
...
...
@@ -167,12 +167,11 @@ function mac_cpython_arch_for_osx_ver {
if
[[
"
$py_osx_ver
"
==
"10.6"
]]
;
then
echo
"intel"
elif
[[
"
$py_osx_ver
"
==
"10.9"
]]
;
then
echo
"x86_
x
64"
echo
"x86_64"
else
echo
"
Invali
d python osx version:
${
py_osx_ver
}
, supported values: 10.6 and 10.9"
echo
"
Unexpecte
d python osx version:
${
py_osx_ver
}
, supported values: 10.6 and 10.9"
exit
1
fi
echo
}
function
install_macpython
{
...
...
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