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
b79cb44c
Unverified
Commit
b79cb44c
authored
Mar 12, 2019
by
Andrew Murray
Committed by
GitHub
Mar 12, 2019
Browse files
Update osx_utils.sh
Co-Authored-By:
robbuckley
<
20515024+robbuckley@users.noreply.github.com
>
parent
78021f13
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 @
b79cb44c
...
@@ -159,7 +159,7 @@ function get_macpython_osx_ver {
...
@@ -159,7 +159,7 @@ function get_macpython_osx_ver {
# the function get_distutils_platform, provided by
# the function get_distutils_platform, provided by
# common_utils.sh. Fails if this is not a mac platform
# common_utils.sh. Fails if this is not a mac platform
#
#
# Note: MUST only be called after the version of
p
ython used to build the
# Note: MUST only be called after the version of
P
ython used to build the
# target wheel has been installed and is on the path
# target wheel has been installed and is on the path
local
distutils_plat
=
${
1
:-
$(
get_distutils_platform
)
}
local
distutils_plat
=
${
1
:-
$(
get_distutils_platform
)
}
if
[[
$distutils_plat
=
~ macosx-
(
10
\.
[
0-9]+
)
-
(
.
*
)
]]
;
then
if
[[
$distutils_plat
=
~ macosx-
(
10
\.
[
0-9]+
)
-
(
.
*
)
]]
;
then
...
...
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