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 b37330d + c8352da commit f7dd082Copy full SHA for f7dd082
utils/build-script-impl
@@ -1893,7 +1893,6 @@ for host in "${ALL_HOSTS[@]}"; do
1893
cmake_options=(
1894
"${cmake_options[@]}"
1895
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
1896
- -DLLVM_CONFIG:PATH="$(build_directory_bin ${host} llvm)/llvm-config"
1897
-DSWIFT_PATH_TO_CLANG_SOURCE:PATH="${CLANG_SOURCE_DIR}"
1898
-DSWIFT_PATH_TO_CLANG_BUILD:PATH="${llvm_build_dir}"
1899
-DSWIFT_PATH_TO_LLVM_SOURCE:PATH="${LLVM_SOURCE_DIR}"
0 commit comments