Skip to content

Commit ff70f62

Browse files
committed
[utils] Change llbuild install to specifically only install swift-build-tool.
1 parent 0991f4f commit ff70f62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: utils/build-script-impl

+1
Original file line numberDiff line numberDiff line change
@@ -2003,6 +2003,7 @@ for deployment_target in "${NATIVE_TOOLS_DEPLOYMENT_TARGETS[@]}" "${CROSS_TOOLS_
20032003
if [[ -z "${INSTALL_LLBUILD}" ]] ; then
20042004
continue
20052005
fi
2006+
INSTALL_TARGETS=install-swift-build-tool
20062007
;;
20072008
swiftpm)
20082009
if [[ -z "${INSTALL_SWIFTPM}" ]] ; then

0 commit comments

Comments
 (0)