Skip to content

Commit b694b1a

Browse files
committed
Recognize uname of Windows_NT as a Windows system
1 parent d080411 commit b694b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustup-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ get_architecture() {
287287
_ostype=unknown-illumos
288288
;;
289289

290-
MINGW* | MSYS* | CYGWIN*)
290+
MINGW* | MSYS* | CYGWIN* | Windows_NT)
291291
_ostype=pc-windows-gnu
292292
;;
293293

0 commit comments

Comments
 (0)