From 1f8bef7eeba6e2e2d64251e41d0cf73b6f4d40f8 Mon Sep 17 00:00:00 2001 From: sparklewind Date: Sat, 22 Dec 2012 20:49:49 +0100 Subject: [PATCH] Update qb/qb.comp.sh --- qb/qb.comp.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/qb.comp.sh b/qb/qb.comp.sh index f3f80a2b73..3c7a11a124 100644 --- a/qb/qb.comp.sh +++ b/qb/qb.comp.sh @@ -12,6 +12,7 @@ case "$(uname)" in 'Darwin') OS='Darwin';; 'MINGW32'*) OS='MinGW';; 'CYGWIN'*) OS='Cygwin';; + 'Haiku') OS='Haiku';; *) OS="Win32";; esac echo "$ECHOBUF ... $OS"