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 95411ac commit f920eeeCopy full SHA for f920eee
utils/build-script-impl
@@ -2229,6 +2229,7 @@ for host in "${ALL_HOSTS[@]}"; do
2229
-DLLDB_SWIFTC:PATH="$(build_directory ${LOCAL_HOST} swift)/bin/swiftc"
2230
-DLLDB_SWIFT_LIBS:PATH="$(build_directory ${LOCAL_HOST} swift)/lib/swift"
2231
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
2232
+ -DLLDB_FRAMEWORK_INSTALL_DIR="$(get_host_install_prefix ${host})../System/Library/PrivateFrameworks"
2233
-DLLVM_DIR:PATH=${llvm_build_dir}/lib/cmake/llvm
2234
-DClang_DIR:PATH=${llvm_build_dir}/lib/cmake/clang
2235
-DSwift_DIR:PATH=${swift_build_dir}/lib/cmake/swift
0 commit comments