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
541d27cb
Commit
541d27cb
authored
Feb 05, 2019
by
Rob Buckley
Browse files
fix typo in travis_osx_steps.sh
parent
c920f21b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
travis_osx_steps.sh
travis_osx_steps.sh
+1
-1
No files found.
travis_osx_steps.sh
View file @
541d27cb
...
...
@@ -10,7 +10,7 @@ ENV_VARS_PATH=${ENV_VARS_PATH:-env_vars.sh}
# These load common_utils.sh
source
$MULTIBUILD_DIR
/osx_utils.sh
# osx_utils defines MACPYTHON_DEFAULT_OSX
MB_PYTHON_OSX_VER
=
$
(
$MB_PYTHON_OSX_VER
:-
$MACPYTHON_DEFAULT_OSX
)
MB_PYTHON_OSX_VER
=
$
{
$MB_PYTHON_OSX_VER
:-
$MACPYTHON_DEFAULT_OSX
}
if
[
-r
"
$ENV_VARS_PATH
"
]
;
then
source
"
$ENV_VARS_PATH
"
;
fi
source
$MULTIBUILD_DIR
/configure_build.sh
source
$MULTIBUILD_DIR
/library_builders.sh
...
...
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