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

main
cosmonaut 2023-12-06 09:36:03 -08:00
parent b261163162
commit 6e0e4d0fa0
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.15)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9)
set(LOBJC "objc")
elseif(WIN32)
# "Wellspring.dll", not "libWellspring.dll"