depends: use macOS 11 SDK with libc++ headers

This commit is contained in:
tobtoht
2023-07-07 00:13:12 +02:00
parent 0a1eaf26f9
commit ebb7671e0e
5 changed files with 9 additions and 10 deletions

View File

@@ -94,7 +94,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
SET(BREW OFF)
SET(PORT OFF)
SET(CMAKE_OSX_SYSROOT "@prefix@/native/SDK/")
SET(CMAKE_OSX_DEPLOYMENT_TARGET "10.08")
SET(CMAKE_OSX_DEPLOYMENT_TARGET "10.13")
SET(CMAKE_CXX_STANDARD 14)
SET(LLVM_ENABLE_PIC OFF)
SET(LLVM_ENABLE_PIE OFF)