revert OSX deployment target to 10.9
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b261163162
commit
6e0e4d0fa0
|
@ -25,7 +25,7 @@ endif()
|
||||||
# Platform Flags
|
# Platform Flags
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
set(CMAKE_MACOSX_RPATH ON)
|
set(CMAKE_MACOSX_RPATH ON)
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
|
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9)
|
||||||
set(LOBJC "objc")
|
set(LOBJC "objc")
|
||||||
elseif(WIN32)
|
elseif(WIN32)
|
||||||
# "Wellspring.dll", not "libWellspring.dll"
|
# "Wellspring.dll", not "libWellspring.dll"
|
||||||
|
|
Loading…
Reference in New Issue