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 a69dbb3 commit 9b27f91Copy full SHA for 9b27f91
utils/build-script-impl
@@ -3208,7 +3208,7 @@ function build_and_test_installable_package() {
3208
call tar -c -z -f "${package_for_host}" "${TOOLCHAIN_PREFIX/#\/}"
3209
else
3210
# BSD tar doesn't support --owner/--group.
3211
- if [[ "$(uname -s)" == "Darwin" || "$(uname -s)" == "FreeBSD" ]] ; then
+ if [[ "$(uname -s)" == "Darwin" || "$(uname -s)" == "FreeBSD" || "$(uname -s)" == "OpenBSD" ]] ; then
3212
with_pushd "${host_install_destdir}" \
3213
tar -c -z -f "${package_for_host}" "${host_install_prefix/#\/}"
3214
0 commit comments