mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
testing/libretro-parallel-n64: disable on mips/mips64
``` mupen64plus-core/src/r4300/fpu.h:73:21: error: 'FE_TOWARDZERO' undeclared (first use in this function) mupen64plus-core/src/r4300/fpu.h:73:21: note: each undeclared identifier is reported only once for each function it appears in mupen64plus-core/src/r4300/fpu.h:76:21: error: 'FE_UPWARD' undeclared (first use in this function) mupen64plus-core/src/r4300/fpu.h:79:21: error: 'FE_DOWNWARD' undeclared (first use in this function) ```
This commit is contained in:
parent
d450e53ec2
commit
00b626b408
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pkgrel=0
|
|||
_commit="0a67445ce63513584d92e5c57ea87efe0da9b3bd"
|
||||
pkgdesc="optimized/rewritten Nintendo 64 emulator made specifically for Libretro"
|
||||
url="https://github.com/libretro/parallel-n64"
|
||||
arch="all !ppc64le !s390x"
|
||||
arch="all !ppc64le !s390x !mips !mips64"
|
||||
license="GPL-2.0-only"
|
||||
makedepends="mesa-dev"
|
||||
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/parallel-n64/archive/$_commit.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue