We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 789ada5 + f4b71b5 commit cac4dd6Copy full SHA for cac4dd6
utils/build-script-impl
@@ -2889,7 +2889,7 @@ for host in "${ALL_HOSTS[@]}"; do
2889
fi
2890
2891
case ${host} in
2892
- linux-*|freebsd-*|cygwin-*|haiku-*|android-*) ;;
+ linux-*|freebsd-*|openbsd-*|cygwin-*|haiku-*|android-*) ;;
2893
*)
2894
echo "error: --install-xctest is not supported on this platform"
2895
exit 1
0 commit comments