mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 09:11:34 +00:00
Merge branch 'intel-mac-builds' of https://gitlab.com/ssunday/openmw into intel-mac-builds
This commit is contained in:
commit
7fe0487ff1
2 changed files with 2 additions and 2 deletions
|
@ -530,7 +530,7 @@ Ubuntu_GCC_integration_tests_asan:
|
|||
s3cmd put "${dmg}" s3://openmw-artifacts/${artifactDirectory}
|
||||
done
|
||||
fi
|
||||
- CI/macos/ccache_save.sh
|
||||
- ../CI/macos/ccache_save.sh
|
||||
artifacts:
|
||||
paths:
|
||||
- build/OpenMW-*.dmg
|
||||
|
|
|
@ -9,7 +9,7 @@ cd build
|
|||
|
||||
DEPENDENCIES_ROOT="/tmp/openmw-deps"
|
||||
|
||||
if [[ "${MACOS_X86_64}" ]]; then
|
||||
if [[ "${MACOS_AMD64}" ]]; then
|
||||
QT_PATH=$(arch -x86_64 /usr/local/bin/brew --prefix qt@6)
|
||||
ICU_PATH=$(arch -x86_64 /usr/local/bin/brew --prefix icu4c)
|
||||
OPENAL_PATH=$(arch -x86_64 /usr/local/bin/brew --prefix openal-soft)
|
||||
|
|
Loading…
Reference in a new issue