mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sysroot.eclass: Use Wine when the tuple is *-cygwin
Untested, but a user asked for this, and there's no harm in it. Closes: https://bugs.gentoo.org/970795 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -133,7 +133,7 @@ sysroot_make_run_prefixed() {
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ ${CHOST} = *-mingw32 ]]; then
|
||||
if [[ ${CHOST} = *-mingw32 || ${CHOST} = *-cygwin ]]; then
|
||||
if ! type -P wine >/dev/null; then
|
||||
einfo "Wine not found. Continuing without ${SCRIPT##*/} wrapper."
|
||||
return 2
|
||||
|
||||
Reference in New Issue
Block a user