mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 15:35:52 +08:00
#4660 add coreutils to build-cpp as well
This commit is contained in:
parent
a3e4998f03
commit
3fa8924642
@ -9,6 +9,7 @@ mkdir -p $CACHE
|
|||||||
( sudo Xvfb :99 -ac -screen 0 1024x768x8; echo ok )&
|
( sudo Xvfb :99 -ac -screen 0 1024x768x8; echo ok )&
|
||||||
brew update -v
|
brew update -v
|
||||||
brew install ccache || brew upgrade ccache
|
brew install ccache || brew upgrade ccache
|
||||||
|
brew install coreutils || brew upgrade coreutils
|
||||||
|
|
||||||
if [[ "$WXVERSION" != "pkg" ]]; then
|
if [[ "$WXVERSION" != "pkg" ]]; then
|
||||||
WXVER_EXPANDED=${WXVERSION:0:1}.${WXVERSION:1:1}.${WXVERSION:2:1}
|
WXVER_EXPANDED=${WXVERSION:0:1}.${WXVERSION:1:1}.${WXVERSION:2:1}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user