wine: fix musl conditional

fixes #48302
This commit is contained in:
classabbyamp 2024-01-20 12:53:05 -05:00
parent 1d07e6ca92
commit dfe3746f1d
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,7 +1,7 @@
# Template file for 'wine'
pkgname=wine
version=9.0
revision=1
revision=2
_pkgver=${version/r/-r}
create_wrksrc=yes
build_wrksrc=wine-${_pkgver}
@ -74,7 +74,7 @@ if [ "$XBPS_LIBC" = "glibc" ]; then
hostmakedepends+=" prelink"
fi
if [ "XBPS_TARGET_LIBC" = "musl" ]; then
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
configure_args+=" --enable-archs=i386,x86_64"
makedepends+=" cross-i686-w64-mingw32"
fi