From f2d7cab8e89ef74494b5dfd68005815be98557b3 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sun, 11 Oct 2020 11:12:43 +0200 Subject: [PATCH] Update install_dependencies.sh --- travis/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/install_dependencies.sh b/travis/install_dependencies.sh index 1bc99fc..01a6920 100755 --- a/travis/install_dependencies.sh +++ b/travis/install_dependencies.sh @@ -18,7 +18,7 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo port select --set pip pip$PYTHON; pip install pyinstaller --user; export PATH=$PATH:$(python3 -c "import site; print(site.USER_BASE)")/bin; - brew install gperf cmake openssl coreutils + brew install gperf openssl coreutils elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then echo "==Windows==" choco install ccache