[PR] #217 from OldWorldOrdr: Add windows NT

This commit is contained in:
Azalea
2023-12-01 20:01:37 +09:00
committed by GitHub
+1 -1
View File
@@ -1039,7 +1039,7 @@ get_os() {
os=BSD
;;
CYGWIN*|MSYS*|MINGW*)
CYGWIN*|MSYS*|MINGW*|Windows_NT)
os=Windows
;;