Skip to content

Commit 95c3011

Browse files
authored
Merge pull request #77647 from finagolfin/llbuildSwift
[build-script] Stop installing the llbuildSwift library that is no longer used
2 parents 8c49520 + 85f3808 commit 95c3011

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
@@ -2985,7 +2985,7 @@ for host in "${ALL_HOSTS[@]}"; do
29852985
if [[ -z "${INSTALL_LLBUILD}" ]] ; then
29862986
continue
29872987
fi
2988-
INSTALL_TARGETS="install-swift-build-tool install-libllbuildSwift"
2988+
INSTALL_TARGETS="install-swift-build-tool"
29892989
;;
29902990
# Products from this here install themselves; they don't fall-through.
29912991
lldb)

0 commit comments

Comments
 (0)