1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-27 20:11:34 +00:00

Merge branch 'intel-mac-builds' of https://gitlab.com/ssunday/openmw into intel-mac-builds

This commit is contained in:
Alexei Kotov 2025-06-22 22:13:56 +03:00
commit 7fe0487ff1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)