bump OSX version to 10.15
continuous-integration/drone/push Build is passing Details

pull/48/head
Evan Hemsley 2023-10-14 20:46:22 -07:00
parent 34b2e437de
commit 6e6fec5224
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.9)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
set(LOBJC "objc")
elseif(WIN32)
# "Refresh.dll", not "libRefresh.dll"