Skip to content

Commit 1091f19

Browse files
dcciJDevlieghere
authored andcommitted
[WIP] Fix LLDB.framework install path in build-script.
(cherry picked from commit 3dc011b)
1 parent 648af5e commit 1091f19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script-impl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,6 +2472,7 @@ for host in "${ALL_HOSTS[@]}"; do
24722472
-DLLDB_SWIFTC:PATH="$(build_directory ${LOCAL_HOST} swift)/bin/swiftc"
24732473
-DLLDB_SWIFT_LIBS:PATH="$(build_directory ${LOCAL_HOST} swift)/lib/swift"
24742474
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
2475+
-DLLDB_FRAMEWORK_INSTALL_DIR="$(get_host_install_prefix ${host})../System/Library/PrivateFrameworks"
24752476
-DLLVM_DIR:PATH=${llvm_build_dir}/lib/cmake/llvm
24762477
-DClang_DIR:PATH=${llvm_build_dir}/lib/cmake/clang
24772478
-DSwift_DIR:PATH=${swift_build_dir}/lib/cmake/swift

0 commit comments

Comments
 (0)