#4660 add coreutils to build-cpp as well

This commit is contained in:
Joseph Lenox 2018-12-30 17:55:17 -06:00 committed by Joseph Lenox
parent a3e4998f03
commit 3fa8924642

View File

@ -9,6 +9,7 @@ mkdir -p $CACHE
( sudo Xvfb :99 -ac -screen 0 1024x768x8; echo ok )&
brew update -v
brew install ccache || brew upgrade ccache
brew install coreutils || brew upgrade coreutils
if [[ "$WXVERSION" != "pkg" ]]; then
WXVER_EXPANDED=${WXVERSION:0:1}.${WXVERSION:1:1}.${WXVERSION:2:1}