From: Doug Coleman Date: Wed, 10 Jun 2020 17:05:47 +0000 (+0000) Subject: build.sh: Add OS detection for Haiku. X-Git-Tag: 0.99~3168 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=8bc4a3f2b802ae6dcfe43017276af0a8b8ecd304 build.sh: Add OS detection for Haiku. --- diff --git a/build.sh b/build.sh index 146e46d619..8b6bfdabe8 100755 --- a/build.sh +++ b/build.sh @@ -284,6 +284,7 @@ find_os() { *linux*) OS=linux;; *Linux*) OS=linux;; FreeBSD) OS=freebsd;; + Haiku) OS=haiku;; esac }