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
c01cf453
Commit
c01cf453
authored
Oct 29, 2019
by
Matthew Brett
Browse files
Set default OSX_VER to 10.9 from Python 3.8
parent
160edd79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
osx_utils.sh
osx_utils.sh
+4
-0
No files found.
osx_utils.sh
View file @
c01cf453
...
@@ -9,6 +9,10 @@ source $MULTIBUILD_DIR/common_utils.sh
...
@@ -9,6 +9,10 @@ source $MULTIBUILD_DIR/common_utils.sh
MACPYTHON_URL
=
https://www.python.org/ftp/python
MACPYTHON_URL
=
https://www.python.org/ftp/python
MACPYTHON_PY_PREFIX
=
/Library/Frameworks/Python.framework/Versions
MACPYTHON_PY_PREFIX
=
/Library/Frameworks/Python.framework/Versions
MACPYTHON_DEFAULT_OSX
=
"10.6"
MACPYTHON_DEFAULT_OSX
=
"10.6"
if
[
"
$(
lex_ver
$MB_PYTHON_VERSION
)
"
-ge
"
$(
lex_ver 3.8
)
"
]
;
then
# At 3.8 Python.org dropped the 10.6 installer.
MACPYTHON_DEFAULT_OSX
=
"10.9"
fi
MB_PYTHON_OSX_VER
=
${
MB_PYTHON_OSX_VER
:-
$MACPYTHON_DEFAULT_OSX
}
MB_PYTHON_OSX_VER
=
${
MB_PYTHON_OSX_VER
:-
$MACPYTHON_DEFAULT_OSX
}
GET_PIP_URL
=
https://bootstrap.pypa.io/get-pip.py
GET_PIP_URL
=
https://bootstrap.pypa.io/get-pip.py
DOWNLOADS_SDIR
=
downloads
DOWNLOADS_SDIR
=
downloads
...
...
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