File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- OSX_MIN_VERSION =11.0
1+ OSX_MIN_VERSION =10.14
22OSX_SDK_VERSION =11.0
33XCODE_VERSION =12.2
44XCODE_BUILD_ID =12B45b
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
116116 SET (BREW OFF )
117117 SET (PORT OFF )
118118 SET (CMAKE_OSX_SYSROOT "@prefix@/native/SDK" )
119- SET (CMAKE_OSX_DEPLOYMENT_TARGET "11 " )
119+ SET (CMAKE_OSX_DEPLOYMENT_TARGET "10.14 " )
120120 SET (CMAKE_CXX_STANDARD 17)
121121 SET (LLVM_ENABLE_PIC OFF )
122122 SET (LLVM_ENABLE_PIE OFF )
Original file line number Diff line number Diff line change @@ -347,5 +347,5 @@ chain for " target " development."))
347347 ((string-contains target " -linux-" )
348348 (list (make-bitcoin-cross-toolchain target)))
349349 ((string-contains target " darwin" )
350- (list clang-toolchain-11 binutils ldid))
350+ (list clang-toolchain-10 binutils ldid))
351351 (else '() )))))
Original file line number Diff line number Diff line change 33<plist version =" 0.9" >
44<dict >
55 <key >LSMinimumSystemVersion</key >
6- <string >11 </string >
6+ <string >10.14 </string >
77
88 <key >LSArchitecturePriority</key >
99 <array >
You can’t perform that action at this time.
0 commit comments