mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-28 12:58:05 +03:00
CMake: fix various typos
Also includes a fix for BuildMacOSUniversalBinary.py
This commit is contained in:
parent
99e686de34
commit
325c1a24b9
3 changed files with 5 additions and 5 deletions
|
@ -57,7 +57,7 @@ DEFAULT_CONFIG = {
|
|||
# SHA checksum to verify the integrity of the app. This doesn't
|
||||
# protect against malicious actors, but it does protect against
|
||||
# running corrupted binaries and allows for access to the extended
|
||||
# permisions needed for ARM builds
|
||||
# permissions needed for ARM builds
|
||||
"codesign_identity": "-",
|
||||
|
||||
# Minimum macOS version for each architecture slice
|
||||
|
@ -77,7 +77,7 @@ DEFAULT_CONFIG = {
|
|||
"distributor": "None"
|
||||
}
|
||||
|
||||
# Architectures to build for. This is explicity left out of the command line
|
||||
# Architectures to build for. This is explicitly left out of the command line
|
||||
# config options for several reasons:
|
||||
# 1) Adding new architectures will generally require more code changes
|
||||
# 2) Single architecture builds should utilize the normal generated cmake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue