Skip to content

Commit f920eee

Browse files
committed
Revert "[build-script] Do not specify LLDB_FRAMEWORK_INSTALL_PATH (swiftlang#28418)"
This reverts commit 486e2e7. This fixes LLDB and the Swift REPL on macOS.
1 parent 95411ac commit f920eee

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
@@ -2229,6 +2229,7 @@ for host in "${ALL_HOSTS[@]}"; do
22292229
-DLLDB_SWIFTC:PATH="$(build_directory ${LOCAL_HOST} swift)/bin/swiftc"
22302230
-DLLDB_SWIFT_LIBS:PATH="$(build_directory ${LOCAL_HOST} swift)/lib/swift"
22312231
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
2232+
-DLLDB_FRAMEWORK_INSTALL_DIR="$(get_host_install_prefix ${host})../System/Library/PrivateFrameworks"
22322233
-DLLVM_DIR:PATH=${llvm_build_dir}/lib/cmake/llvm
22332234
-DClang_DIR:PATH=${llvm_build_dir}/lib/cmake/clang
22342235
-DSwift_DIR:PATH=${swift_build_dir}/lib/cmake/swift

0 commit comments

Comments
 (0)