wine.eclass: fix typo in comment

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-04-27 06:49:18 -04:00
parent 96d1f23662
commit f8577f63f8

View File

@@ -255,7 +255,7 @@ wine_src_configure() {
)
elif use abi_x86_64; then
conf+=(
# per-arch flags are only respected with >=wine-9,
# per-arch flags are only respected with >=wine-10,
# do a one-arch best effort fallback
CROSSCFLAGS="${CROSSCFLAGS_amd64:-${CROSSCFLAGS:-$(_wine_flags c amd64)}}"
CROSSLDFLAGS="${CROSSLDFLAGS_amd64:-${CROSSLDFLAGS:-$(_wine_flags ld amd64)}}"