mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 14:28:34 +00:00
update min macos version to 10.15
This commit is contained in:
parent
d853da3b0b
commit
c74f65426a
3 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ DEFAULT_CONFIG = {
|
|||
|
||||
# Minimum macOS version for each architecture slice
|
||||
"arm64_mac_os_deployment_target": "11.0.0",
|
||||
"x86_64_mac_os_deployment_target": "10.14.0",
|
||||
"x86_64_mac_os_deployment_target": "10.15.0",
|
||||
|
||||
# CMake Generator to use for building
|
||||
"generator": "Unix Makefiles",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue