Merge pull request #11848 from stadler
* pr/11848: All CLI support for Windows MINGW environments
This commit is contained in:
commit
604ec075eb
|
|
@ -8,6 +8,10 @@ case "`uname`" in
|
|||
cygwin=true
|
||||
;;
|
||||
|
||||
MINGW*)
|
||||
cygwin=true
|
||||
;;
|
||||
|
||||
Darwin*)
|
||||
darwin=true
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue