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