mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-28 02:36:49 +00:00
typo2
This commit is contained in:
parent
c2c754b1cc
commit
ae5302f9cf
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ brew update --quiet
|
||||||
[ -z "${TRAVIS}" ] && brew uninstall --ignore-dependencies qt@6 || true
|
[ -z "${TRAVIS}" ] && brew uninstall --ignore-dependencies qt@6 || true
|
||||||
|
|
||||||
# Some of these tools can come from places other than brew, so check before installing
|
# Some of these tools can come from places other than brew, so check before installing
|
||||||
[ -z "${TRAVIS}" ] brew install fontconfig
|
[ -z "${TRAVIS}" ] && brew install fontconfig
|
||||||
command -v ccache >/dev/null 2>&1 || brew install ccache
|
command -v ccache >/dev/null 2>&1 || brew install ccache
|
||||||
command -v cmake >/dev/null 2>&1 || brew install cmake
|
command -v cmake >/dev/null 2>&1 || brew install cmake
|
||||||
command -v qmake >/dev/null 2>&1 || brew install qt@5
|
command -v qmake >/dev/null 2>&1 || brew install qt@5
|
||||||
|
|
Loading…
Reference in a new issue