[CI] Do not install fontconfig yaml-cpp sqlite via brew

This commit is contained in:
Sarah Sunday
2026-02-27 13:04:03 -06:00
parent efff651879
commit 0e0c7e9c56
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -12,12 +12,10 @@ if [[ "${MACOS_AMD64}" ]]; then
command -v /usr/local/bin/brew || arch -x86_64 bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
arch -x86_64 bash -c "command -v qmake >/dev/null 2>&1 && qmake -v | grep -F 'Using Qt version 6.' >/dev/null || /usr/local/bin/brew install qt@6"
arch -x86_64 /usr/local/bin/brew install fontconfig yaml-cpp sqlite
else
VCPKG_FILE="vcpkg-arm64-osx-dynamic"
command -v qmake >/dev/null 2>&1 && qmake -v | grep -F "Using Qt version 6." >/dev/null || brew install qt@6
brew install fontconfig yaml-cpp sqlite
fi
curl "https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/${VCPKG_FILE}-${VCPKG_TAG}-manifest.txt" -o openmw-manifest.txt
+1
View File
@@ -84,6 +84,7 @@ declare -a CMAKE_CONF_OPTS=(
-D CMAKE_CXX_FLAGS="-stdlib=libc++"
-D CMAKE_C_COMPILER="clang"
-D CMAKE_CXX_COMPILER="clang++"
-DOPENMW_USE_SYSTEM_YAML_CPP=OFF
-D OPENMW_OSX_DEPLOYMENT=TRUE
)