Skip to content

Commit ae0394a

Browse files
authored
Merge pull request #58 from jessicah/haiku-support
Add Haiku as a known OS target
2 parents 4f99485 + aa525d3 commit ae0394a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install-template.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ get_host_triple() {
363363
CYGWIN*)
364364
_ostype=pc-windows-gnu
365365
;;
366+
Haiku)
367+
_ostype=unknown-haiku
368+
;;
366369

367370
*)
368371
err "unknown value from uname -s: $_uname_value"

0 commit comments

Comments
 (0)