Fri, 19 Jan 2024 21:10:03 +0100
add OpenBSD platform detection
test/configure | file | annotate | diff | comparison | revisions |
--- a/test/configure Fri Jan 19 21:03:34 2024 +0100 +++ b/test/configure Fri Jan 19 21:10:03 2024 +0100 @@ -165,6 +165,9 @@ if [ "$OS" = "FreeBSD" ]; then PLATFORM="freebsd bsd unix" fi +if [ "$OS" = "OpenBSD" ]; then + PLATFORM="openbsd bsd unix" +fi if [ "$OS" = "Darwin" ]; then PLATFORM="macos osx bsd unix" fi