[utils] Change llbuild install to specifically only install swift-build-tool.

This commit is contained in:
Daniel Dunbar
2015-12-03 10:13:15 -08:00
parent 0991f4fc47
commit ff70f62e16

View File

@@ -2003,6 +2003,7 @@ for deployment_target in "${NATIVE_TOOLS_DEPLOYMENT_TARGETS[@]}" "${CROSS_TOOLS_
if [[ -z "${INSTALL_LLBUILD}" ]] ; then
continue
fi
INSTALL_TARGETS=install-swift-build-tool
;;
swiftpm)
if [[ -z "${INSTALL_SWIFTPM}" ]] ; then