Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request rust-lang#824 from tbu-/pr_netbsd
Browse files Browse the repository at this point in the history
Automatically detect NetBSD during standard install
  • Loading branch information
brson authored Nov 21, 2016
2 parents 9e83277 + e6ba01c commit 97d4aaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rustup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ get_architecture() {
local _ostype=unknown-freebsd
;;

NetBSD)
local _ostype=unknown-netbsd
;;

DragonFly)
local _ostype=unknown-dragonfly
;;
Expand Down

0 comments on commit 97d4aaa

Please sign in to comment.