build-all.py - provide with-openssl for python on Mac

This commit is contained in:
Andrej730
2025-09-25 08:08:21 +02:00
parent cd57fd4b1d
commit cce0c39ab2
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@ jobs:
DARWIN_C_SOURCE=-D_DARWIN_C_SOURCE
fi
if [ "${{ matrix.arch }}" == "x64" ]; then
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
MAC_INTEL=-mac-cross-compile-intel
fi
set -o pipefail