Commit 2b9f1101 authored by Jacques Stadler's avatar Jacques Stadler Committed by Stephane Nicoll

All CLI support for Windows MINGW environments

Closes gh-11848
parent af8e155c
...@@ -8,6 +8,10 @@ case "`uname`" in ...@@ -8,6 +8,10 @@ case "`uname`" in
cygwin=true cygwin=true
;; ;;
MINGW*)
cygwin=true
;;
Darwin*) Darwin*)
darwin=true 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