mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 23:34:54 +00:00
BuildMacOSUniversalBinary: Bump minimum macOS to 10.14
This commit is contained in:
parent
70bf89fa59
commit
db8bd8a726
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ DEFAULT_CONFIG = {
|
||||||
|
|
||||||
# Minimum macOS version for each architecture slice
|
# Minimum macOS version for each architecture slice
|
||||||
"arm64_mac_os_deployment_target": "11.0.0",
|
"arm64_mac_os_deployment_target": "11.0.0",
|
||||||
"x86_64_mac_os_deployment_target": "10.13.0",
|
"x86_64_mac_os_deployment_target": "10.14.0",
|
||||||
|
|
||||||
# CMake Generator to use for building
|
# CMake Generator to use for building
|
||||||
"generator": "Unix Makefiles",
|
"generator": "Unix Makefiles",
|
||||||
|
|
Loading…
Add table
Reference in a new issue