add MSYS support

pull/845/head
Josh Rabinowitz 2 years ago committed by GitHub
parent 549cd9aa24
commit 5175651816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -133,6 +133,10 @@ function _os_based {
"$1_linux" "${@:2}"
;;
MSYS*)
"$1_linux" "${@:2}"
;;
CYGWIN*)
"$1_linux" "${@:2}"
;;

Loading…
Cancel
Save