app-arch/unzip: add cygwin support #469174

This commit is contained in:
Mike Frysinger
2016-04-02 19:13:24 -04:00
parent 9f5876a8ed
commit 3518102c11

View File

@@ -51,6 +51,7 @@ src_compile() {
i?86*-dragonfly*) TARGET=freebsd ;; # mislabelled bsd with x86 asm
*bsd* | *dragonfly*) TARGET=bsd ;;
*-darwin*) TARGET=macosx ;;
*-cygwin*) TARGET=cygwin ;;
*) die "Unknown target, you suck" ;;
esac