Merge branch '1.5.x'

This commit is contained in:
Phillip Webb
2018-01-30 12:47:30 -08:00
3 changed files with 11 additions and 9 deletions

View File

@@ -8,6 +8,10 @@ case "`uname`" in
cygwin=true
;;
MINGW*)
cygwin=true
;;
Darwin*)
darwin=true
;;