Skip to content

Commit

Permalink
Merge pull request #58 from jessicah/haiku-support
Browse files Browse the repository at this point in the history
Add Haiku as a known OS target
  • Loading branch information
alexcrichton authored Apr 26, 2017
2 parents 4f99485 + aa525d3 commit ae0394a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ get_host_triple() {
CYGWIN*)
_ostype=pc-windows-gnu
;;
Haiku)
_ostype=unknown-haiku
;;

*)
err "unknown value from uname -s: $_uname_value"
Expand Down

0 comments on commit ae0394a

Please sign in to comment.