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 648af5e commit 1091f19Copy full SHA for 1091f19
utils/build-script-impl
@@ -2472,6 +2472,7 @@ for host in "${ALL_HOSTS[@]}"; do
2472
-DLLDB_SWIFTC:PATH="$(build_directory ${LOCAL_HOST} swift)/bin/swiftc"
2473
-DLLDB_SWIFT_LIBS:PATH="$(build_directory ${LOCAL_HOST} swift)/lib/swift"
2474
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
2475
+ -DLLDB_FRAMEWORK_INSTALL_DIR="$(get_host_install_prefix ${host})../System/Library/PrivateFrameworks"
2476
-DLLVM_DIR:PATH=${llvm_build_dir}/lib/cmake/llvm
2477
-DClang_DIR:PATH=${llvm_build_dir}/lib/cmake/clang
2478
-DSwift_DIR:PATH=${swift_build_dir}/lib/cmake/swift
0 commit comments