Skip to content

Commit cac4dd6

Browse files
authored
Merge pull request swiftlang#34341 from 3405691582/OpenBSDCanInstallXCTest
2 parents 789ada5 + f4b71b5 commit cac4dd6

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
@@ -2889,7 +2889,7 @@ for host in "${ALL_HOSTS[@]}"; do
28892889
fi
28902890

28912891
case ${host} in
2892-
linux-*|freebsd-*|cygwin-*|haiku-*|android-*) ;;
2892+
linux-*|freebsd-*|openbsd-*|cygwin-*|haiku-*|android-*) ;;
28932893
*)
28942894
echo "error: --install-xctest is not supported on this platform"
28952895
exit 1

0 commit comments

Comments
 (0)