Update install_dependencies.sh

This commit is contained in:
Andrea Cavalli 2020-10-11 11:12:43 +02:00
parent 6ec489cbc8
commit f2d7cab8e8
1 changed files with 1 additions and 1 deletions

View File

@ -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