revert OSX deployment target to 10.9
continuous-integration/drone/push Build is passing Details

pull/48/head
cosmonaut 2023-12-04 16:37:22 -08:00
parent 1b3e954da8
commit 17aae46eae
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ endif()
# Platform Flags
if(APPLE)
set(CMAKE_MACOSX_RPATH ON)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9)
set(LOBJC "objc")
elseif(WIN32)
# "Refresh.dll", not "libRefresh.dll"