mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 22:38:34 +00:00
Bump minimum macOS to 10.13 High Sierra
This commit is contained in:
parent
942545b7fc
commit
e5a80995dc
4 changed files with 22 additions and 24 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.12.0",
|
||||
"x86_64_mac_os_deployment_target": "10.13.0",
|
||||
|
||||
# CMake Generator to use for building
|
||||
"generator": "Unix Makefiles",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue