Merge pull request #123 from yadavnikhil/master

Add support to run on Git Bash for Windows (MINGW) system.
pull/125/head
Nikita Sobolev 7 years ago committed by GitHub
commit 20af9c9a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -112,6 +112,10 @@ function _os_based {
Linux)
"$1_linux" "${@:2}"
;;
MINGW*)
"$1_linux" "${@:2}"
;;
# TODO: add MS Windows support.
# CYGWIN*|MINGW32*|MSYS*)

Loading…
Cancel
Save