[PR] #217 from OldWorldOrdr: Add windows NT

This commit is contained in:
Azalea 2023-12-01 20:01:37 +09:00 committed by GitHub
commit 937e5041c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1039,7 +1039,7 @@ get_os() {
os=BSD
;;
CYGWIN*|MSYS*|MINGW*)
CYGWIN*|MSYS*|MINGW*|Windows_NT)
os=Windows
;;