mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-29 19:15:38 +00:00
CMake: Set macOS deployment target to 10.12
This commit is contained in:
parent
70fa41431b
commit
edce63bf6c
|
@ -13,6 +13,8 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
|||
set(SUPPORTS_WAYLAND TRUE)
|
||||
endif()
|
||||
|
||||
# Set minimum OS version for macOS. 10.12 should work.
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12.0" CACHE STRING "")
|
||||
|
||||
# Global options.
|
||||
if(NOT ANDROID)
|
||||
|
|
Loading…
Reference in a new issue