Files
qt5/coin/provisioning/qtci-macos-10.12-x86_64/026-p7zip.sh
Simo Fält 9d65cd5ca5 Provisioning: Install libclang and its dependencies to macos 10.12
Libs and llvm-config is required by pyside. In order to extract
libclang package, we need to install 7zip. 7zip is installed
with homebrew.

Change-Id: I35367dca1f79dbc9e2f1513480f6fc9bb69730d3
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2017-08-23 05:50:26 +00:00

5 lines
93 B
Bash
Executable File

#!/usr/bin/env bash
# Install 7z to be used from command line
brew update
brew install p7zip