mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-arch/unzip: add cygwin support #469174
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user