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 10fa19b commit 7a6f84dCopy full SHA for 7a6f84d
1 file changed
utils/build-script-impl
@@ -1407,6 +1407,13 @@ for host in "${ALL_HOSTS[@]}"; do
1407
fi
1408
1409
1410
+ if [[ "${NATIVE_CLANG_TOOLS_PATH}" ]] ; then
1411
+ common_cmake_options_host+=(
1412
+ -DCMAKE_C_COMPILER="${NATIVE_CLANG_TOOLS_PATH}/clang"
1413
+ -DCMAKE_CXX_COMPILER="${NATIVE_CLANG_TOOLS_PATH}/clang++"
1414
+ )
1415
+ fi
1416
+
1417
llvm_cmake_options=(
1418
"${llvm_cmake_options[@]}"
1419
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
0 commit comments