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
5f5cc0dd
Unverified
Commit
5f5cc0dd
authored
Mar 11, 2019
by
Andrew Murray
Committed by
GitHub
Mar 11, 2019
Browse files
Update osx_utils.sh
Co-Authored-By:
robbuckley
<
20515024+robbuckley@users.noreply.github.com
>
parent
0fe83087
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 @
5f5cc0dd
...
@@ -135,7 +135,7 @@ function pyinst_fname_for_version {
...
@@ -135,7 +135,7 @@ function pyinst_fname_for_version {
}
}
function
get_macpython_arch
{
function
get_macpython_arch
{
# get arch (e.g. intel or x86_64) from the disutils platform tag
# get arch (e.g. intel or x86_64) from the dis
t
utils platform tag
distutils_plat
=
${
1
:-
$(
get_distutils_platform
)
}
distutils_plat
=
${
1
:-
$(
get_distutils_platform
)
}
if
[[
$distutils_plat
=
~ macosx-
(
10
\.
[
0-9]+
)
-
(
.
*
)
]]
;
then
if
[[
$distutils_plat
=
~ macosx-
(
10
\.
[
0-9]+
)
-
(
.
*
)
]]
;
then
echo
${
BASH_REMATCH
[2]
}
echo
${
BASH_REMATCH
[2]
}
...
...
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