We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eadc7b4 + 8d044c3 commit 5e342aaCopy full SHA for 5e342aa
utils/build-script-impl
@@ -488,7 +488,8 @@ function set_deployment_target_based_options() {
488
-DCMAKE_OSX_SYSROOT:PATH="$(xcrun --sdk ${xcrun_sdk_name} --show-sdk-path)"
489
-DLLVM_HOST_TRIPLE:STRING="${llvm_host_triple}"
490
-DLLVM_ENABLE_LIBCXX:BOOL=TRUE
491
- -DCOMPILER_RT_ENABLE_IOS:BOOL=$(false_true ${SKIP_IOS})
+ -DLLVM_TOOL_COMPILER_RT_BUILD:BOOL="$(false_true ${#CROSS_COMPILE_TOOLS_DEPLOYMENT_TARGETS[@]})"
492
+ -DCOMPILER_RT_ENABLE_IOS:BOOL="$(false_true ${SKIP_IOS})"
493
-DCOMPILER_RT_ENABLE_WATCHOS:BOOL=FALSE
494
-DCOMPILER_RT_ENABLE_TVOS:BOOL=FALSE
495
)
0 commit comments