mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 06:22:15 -07:00
fix typo
This commit is contained in:
parent
221898fcbd
commit
16cc3618e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue