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

Commit 97d4aaa

Browse files
authored
Merge pull request rust-lang#824 from tbu-/pr_netbsd
Automatically detect NetBSD during standard install
2 parents 9e83277 + e6ba01c commit 97d4aaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rustup-init.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ get_architecture() {
163163
local _ostype=unknown-freebsd
164164
;;
165165

166+
NetBSD)
167+
local _ostype=unknown-netbsd
168+
;;
169+
166170
DragonFly)
167171
local _ostype=unknown-dragonfly
168172
;;

0 commit comments

Comments
 (0)