Adding in message and exit for cygwin.

This commit is contained in:
Micheal Quinn 2019-09-10 07:20:39 -05:00
parent 97f65bf51d
commit 5fbb787a84
No known key found for this signature in database
GPG Key ID: 0E7217F3C30BA059
1 changed files with 3 additions and 1 deletions

View File

@ -533,7 +533,9 @@ main() {
case "${croc_os}" in
"Darwin" ) croc_os="macOS";;
"CYGWIN"* ) croc_os="Windows";
croc_dl_ext="zip";;
croc_dl_ext="zip";
print_message "== Cygwin is currently unsupported." "error";
exit 1;;
esac
case "${croc_arch}" in