From 16cc3618e194c109e348c283ff60bde56db7494b Mon Sep 17 00:00:00 2001 From: RickyRister Date: Mon, 22 Sep 2025 02:38:37 -0700 Subject: [PATCH] fix typo --- .ci/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/compile.sh b/.ci/compile.sh index 973ee5149..e68c1b507 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -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"