This commit is contained in:
RickyRister 2025-09-22 02:38:37 -07:00
parent 221898fcbd
commit 16cc3618e1

View file

@ -134,7 +134,7 @@ function ccachestatsverbose() {
if [[ $RUNNER_OS == macOS ]]; then
# enable cross-compiling for intel mac
if [[ "$ARCHTYPE" == 'Intel' ]]; then
flags+=('-DCMAKE_OSX_ARCHITECTURES="x86_64"')
flags+=('-DCMAKE_OSX_ARCHITECTURES=x86_64')
fi
echo "::group::Signing Certificate"