Add cygwin support (#601)

pull/617/head
Isen 4 years ago committed by GitHub
parent 4e02c1fe4b
commit 17b5c424f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -130,12 +130,16 @@ function _os_based {
"$1_linux" "${@:2}"
;;
CYGWIN*)
"$1_linux" "${@:2}"
;;
FreeBSD)
"$1_freebsd" "${@:2}"
;;
# TODO: add MS Windows support.
# CYGWIN*|MINGW32*|MSYS*)
# MINGW32*|MSYS*)
# $1_ms ${@:2}
# ;;

Loading…
Cancel
Save