mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 08:25:42 -04: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)
|
set(SUPPORTS_WAYLAND TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# Set minimum OS version for macOS. 10.12 should work.
|
||||||
|
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12.0" CACHE STRING "")
|
||||||
|
|
||||||
# Global options.
|
# Global options.
|
||||||
if(NOT ANDROID)
|
if(NOT ANDROID)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user