All CLI support for Windows MINGW environments
Closes gh-11848
This commit is contained in:
committed by
Phillip Webb
parent
61f7bd8576
commit
38a5466a19
@@ -8,6 +8,10 @@ case "`uname`" in
|
||||
cygwin=true
|
||||
;;
|
||||
|
||||
MINGW*)
|
||||
cygwin=true
|
||||
;;
|
||||
|
||||
Darwin*)
|
||||
darwin=true
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user