All CLI support for Windows MINGW environments
Closes gh-11848
This commit is contained in:
parent
af8e155c6d
commit
2b9f1101e8
|
@ -8,6 +8,10 @@ case "`uname`" in
|
||||||
cygwin=true
|
cygwin=true
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
MINGW*)
|
||||||
|
cygwin=true
|
||||||
|
;;
|
||||||
|
|
||||||
Darwin*)
|
Darwin*)
|
||||||
darwin=true
|
darwin=true
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue