Fixed bug 5473 - Add WSCONS support for NetBSD

wahil1976

This patch adds WSCONS support for NetBSD.
This commit is contained in:
Sam Lantinga
2021-01-17 10:05:11 -08:00
parent f3835702d3
commit c265e73f3b
4 changed files with 28 additions and 8 deletions

View File

@@ -3626,7 +3626,7 @@ case "$host" in
freebsd)
CheckInputKBIO
;;
openbsd)
openbsd|netbsd)
CheckInputWSCONS
;;
esac