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.
1 parent b2b5247 commit 79b7c96Copy full SHA for 79b7c96
utils/build-script-impl
@@ -488,6 +488,7 @@ 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
+ -DLLVM_BUILD_EXTERNAL_COMPILER_RT=$(true_false "${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
0 commit comments