Skip to content

Commit 85f3808

Browse files
committed
[build-script] Stop installing the llbuildSwift library that is no longer used
1 parent 45d15d1 commit 85f3808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2984,7 +2984,7 @@ for host in "${ALL_HOSTS[@]}"; do
29842984
if [[ -z "${INSTALL_LLBUILD}" ]] ; then
29852985
continue
29862986
fi
2987-
INSTALL_TARGETS="install-swift-build-tool install-libllbuildSwift"
2987+
INSTALL_TARGETS="install-swift-build-tool"
29882988
;;
29892989
# Products from this here install themselves; they don't fall-through.
29902990
lldb)

0 commit comments

Comments
 (0)