Skip to content

Commit 8094bd9

Browse files
authored
Merge pull request swiftlang#33600 from gottesmm/pr-48cf564dc39db018424298742c174a63db84a190
2 parents 5d37354 + 611d4b8 commit 8094bd9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

utils/build-script-impl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,9 +1231,6 @@ function build_directory_bin() {
12311231
;;
12321232
libicu)
12331233
;;
1234-
playgroundsupport)
1235-
echo "${root}/${PLAYGROUNDSUPPORT_BUILD_TYPE}/bin"
1236-
;;
12371234
*)
12381235
echo "error: unknown product: ${product}"
12391236
exit 1
@@ -1352,9 +1349,6 @@ function cmake_config_opt() {
13521349
;;
13531350
libicu)
13541351
;;
1355-
playgroundsupport)
1356-
echo "--config ${PLAYGROUNDSUPPORT_BUILD_TYPE}"
1357-
;;
13581352
*)
13591353
echo "error: unknown product: ${product}"
13601354
exit 1

0 commit comments

Comments
 (0)