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 678a707 commit 8d3a723Copy full SHA for 8d3a723
utils/build-script-impl
@@ -2069,6 +2069,7 @@ for host in "${ALL_HOSTS[@]}"; do
2069
-DLLDB_SWIFTC:PATH="$(build_directory ${LOCAL_HOST} swift)/bin/swiftc"
2070
-DLLDB_SWIFT_LIBS:PATH="$(build_directory ${LOCAL_HOST} swift)/lib/swift"
2071
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
2072
+ -DLLDB_FRAMEWORK_INSTALL_DIR="$(get_host_install_prefix ${host})../System/Library/PrivateFrameworks"
2073
-DLLVM_DIR:PATH=${llvm_build_dir}/lib/cmake/llvm
2074
-DClang_DIR:PATH=${llvm_build_dir}/lib/cmake/clang
2075
-DSwift_DIR:PATH=${swift_build_dir}/lib/cmake/swift
0 commit comments