aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install.sh b/ci/install.sh
index 2cb8e78e67..4aefe22fb5 100755
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -10,7 +10,7 @@ fi
if [[ "${TRAVIS_OS_NAME}" == osx ]]; then
brew install ninja
brew install gettext
- brew reinstall -s libtool
+ brew reinstall libtool
brew install ccache
export PATH="/usr/local/opt/ccache/libexec:$PATH"
fi