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.
1 parent faa6289 commit f4b71b5Copy full SHA for f4b71b5
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