Commit 38a5466a authored by Jacques Stadler's avatar Jacques Stadler Committed by Phillip Webb

All CLI support for Windows MINGW environments

Closes gh-11848
parent 61f7bd85
......@@ -8,6 +8,10 @@ case "`uname`" in
cygwin=true
;;
MINGW*)
cygwin=true
;;
Darwin*)
darwin=true
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment