mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
BuildMacOSUniversalBinary: Bump minimum macOS to 10.14
This commit is contained in:
parent
70bf89fa59
commit
db8bd8a726
@ -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.13.0",
|
||||
"x86_64_mac_os_deployment_target": "10.14.0",
|
||||
|
||||
# CMake Generator to use for building
|
||||
"generator": "Unix Makefiles",
|
||||
|
Loading…
Reference in New Issue
Block a user