From 492574106001d5751f2284e2b9db3fd745ff7dcf Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 26 Sep 2025 14:05:29 +0500 Subject: [PATCH] build_osx - add deps for cross compilation --- .github/workflows/build_osx.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_osx.yml b/.github/workflows/build_osx.yml index 0338dde0f4..00e5c95dab 100644 --- a/.github/workflows/build_osx.yml +++ b/.github/workflows/build_osx.yml @@ -72,6 +72,8 @@ jobs: # We don't use gmpcxx, but it comes preinstalled on macos runner as arm64 bottle # and CGAL detects it and breaks cross compilation. brew uninstall --ignore-dependencies gmp + # Required by Python. + /usr/local/bin/brew install gettext openssl fi set -o pipefail CXXFLAGS="-O3" CFLAGS="-O3 ${DARWIN_C_SOURCE}" ADD_COMMIT_SHA=1 BUILD_CFG=Release \