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

main
Evan Hemsley 2023-10-14 20:43:38 -07:00
parent eae5980dbe
commit b261163162
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,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)
# "Wellspring.dll", not "libWellspring.dll"