Skip to content

Commit

Permalink
Recognize uname of Windows_NT as a Windows system
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceManiac committed Feb 19, 2022
1 parent d080411 commit b694b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ get_architecture() {
_ostype=unknown-illumos
;;

MINGW* | MSYS* | CYGWIN*)
MINGW* | MSYS* | CYGWIN* | Windows_NT)
_ostype=pc-windows-gnu
;;

Expand Down

0 comments on commit b694b1a

Please sign in to comment.