Skip to content

Commit 486e2e7

Browse files
authored
[build-script] Do not specify LLDB_FRAMEWORK_INSTALL_PATH (swiftlang#28418)
This should be provided by the appropriate lldb cmake cache.
1 parent ec68fe4 commit 486e2e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script-impl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2043,7 +2043,6 @@ for host in "${ALL_HOSTS[@]}"; do
20432043
-DLLDB_SWIFTC:PATH="$(build_directory ${LOCAL_HOST} swift)/bin/swiftc"
20442044
-DLLDB_SWIFT_LIBS:PATH="$(build_directory ${LOCAL_HOST} swift)/lib/swift"
20452045
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
2046-
-DLLDB_FRAMEWORK_INSTALL_DIR="$(get_host_install_prefix ${host})../System/Library/PrivateFrameworks"
20472046
-DLLVM_DIR:PATH=${llvm_build_dir}/lib/cmake/llvm
20482047
-DClang_DIR:PATH=${llvm_build_dir}/lib/cmake/clang
20492048
-DSwift_DIR:PATH=${swift_build_dir}/lib/cmake/swift

0 commit comments

Comments
 (0)