mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 23:41:34 +00:00
[CI] Specify intel brew location
This commit is contained in:
parent
139bde6420
commit
12f3596220
2 changed files with 5 additions and 5 deletions
|
@ -10,10 +10,10 @@ cd build
|
||||||
DEPENDENCIES_ROOT="/tmp/openmw-deps"
|
DEPENDENCIES_ROOT="/tmp/openmw-deps"
|
||||||
|
|
||||||
if [[ "${MACOS_X86_64}" ]]; then
|
if [[ "${MACOS_X86_64}" ]]; then
|
||||||
QT_PATH=$(arch -x86_64 brew --prefix qt@6)
|
QT_PATH=$(arch -x86_64 /usr/local/bin/brew --prefix qt@6)
|
||||||
ICU_PATH=$(arch -x86_64 brew --prefix icu4c)
|
ICU_PATH=$(arch -x86_64 /usr/local/bin/brew --prefix icu4c)
|
||||||
OPENAL_PATH=$(arch -x86_64 brew --prefix openal-soft)
|
OPENAL_PATH=$(arch -x86_64 /usr/local/bin/brew --prefix openal-soft)
|
||||||
CCACHE_EXECUTABLE=$(arch -x86_64 brew --prefix ccache)/bin/ccache
|
CCACHE_EXECUTABLE=$(arch -x86_64 /usr/local/bin/brew --prefix ccache)/bin/ccache
|
||||||
else
|
else
|
||||||
QT_PATH=$(brew --prefix qt@6)
|
QT_PATH=$(brew --prefix qt@6)
|
||||||
ICU_PATH=$(brew --prefix icu4c)
|
ICU_PATH=$(brew --prefix icu4c)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
|
|
||||||
arch -x86_64 brew install curl xquartz gd fontconfig freetype harfbuzz brotli s3cmd ccache cmake qt@6 openal-soft icu4c yaml-cpp sqlite
|
arch -x86_64 /usr/local/bin/brew install curl xquartz gd fontconfig freetype harfbuzz brotli s3cmd ccache cmake qt@6 openal-soft icu4c yaml-cpp sqlite
|
||||||
|
|
||||||
curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20240802.zip -o ~/openmw-deps.zip
|
curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20240802.zip -o ~/openmw-deps.zip
|
||||||
unzip -o ~/openmw-deps.zip -d /tmp > /dev/null
|
unzip -o ~/openmw-deps.zip -d /tmp > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue