build.sh: Add OS detection for Haiku.

master
Doug Coleman 2020-06-10 17:05:47 +00:00
parent a67f2a4a05
commit 8bc4a3f2b8
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ find_os() {
*linux*) OS=linux;;
*Linux*) OS=linux;;
FreeBSD) OS=freebsd;;
Haiku) OS=haiku;;
esac
}