Skip to content

Commit 335290e

Browse files
committed
Install llbuild swift bindings
1 parent 238aa2d commit 335290e

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
@@ -3140,7 +3140,7 @@ for host in "${ALL_HOSTS[@]}"; do
31403140
if [[ -z "${INSTALL_LLBUILD}" ]] ; then
31413141
continue
31423142
fi
3143-
INSTALL_TARGETS="install-swift-build-tool"
3143+
INSTALL_TARGETS="install-swift-build-tool install-libllbuildSwift"
31443144
;;
31453145
# Products from this here install themselves; they don't fall-through.
31463146
lldb)

0 commit comments

Comments
 (0)