Skip to content

Commit

Permalink
Merge pull request swiftlang#33600 from gottesmm/pr-48cf564dc39db0184…
Browse files Browse the repository at this point in the history
…24298742c174a63db84a190
  • Loading branch information
swift-ci committed Aug 23, 2020
2 parents 5d37354 + 611d4b8 commit 8094bd9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions utils/build-script-impl
Original file line number Diff line number Diff line change
Expand Up @@ -1231,9 +1231,6 @@ function build_directory_bin() {
;;
libicu)
;;
playgroundsupport)
echo "${root}/${PLAYGROUNDSUPPORT_BUILD_TYPE}/bin"
;;
*)
echo "error: unknown product: ${product}"
exit 1
Expand Down Expand Up @@ -1352,9 +1349,6 @@ function cmake_config_opt() {
;;
libicu)
;;
playgroundsupport)
echo "--config ${PLAYGROUNDSUPPORT_BUILD_TYPE}"
;;
*)
echo "error: unknown product: ${product}"
exit 1
Expand Down

0 comments on commit 8094bd9

Please sign in to comment.