Skip to content

Commit 4824190

Browse files
committed
libtool is already available on travis OSX
1 parent d070c4d commit 4824190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/prepare-osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VENV_HOME=$2
1111

1212
set -ev
1313

14-
brew install libtool
14+
brew upgrade libtool || brew install libtool
1515

1616
if [[ -z ${PY_INTERPRETER} ]] || [[ -z ${VENV_HOME} ]]; then
1717
echo "Usage: $0 <Python interpreter version> <destination>"

0 commit comments

Comments
 (0)