emulators/yuzu: exclude on non-amd64 for now
In file included from src/common/wall_clock.cpp:7: src/./common/uint128.h:16:10: fatal error: x86intrin.h: No such file or directory 16 | #include <x86intrin.h> | ^~~~~~~~~~~~~ Reported by: pkg-fallout
This commit is contained in:
parent
c350bf15e2
commit
51c03a9dbe
1 changed files with 3 additions and 2 deletions
|
@ -18,8 +18,9 @@ LICENSE_FILE_LGPL21+ = ${_LICENSE_STORE}/LGPL21 # soundtouch
|
|||
LICENSE_FILE_LGPL3+ = ${_LICENSE_STORE}/LGPL3 # sirit
|
||||
LICENSE_FILE_MIT= ${WRKSRC}/externals/sirit/externals/SPIRV-Headers/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 powerpc64
|
||||
ONLY_FOR_ARCHS_REASON= requires int128
|
||||
ONLY_FOR_ARCHS= aarch64 amd64
|
||||
ONLY_FOR_ARCHS_REASON= requires int128 and dynarmic backend
|
||||
BROKEN_aarch64= https://github.com/yuzu-emu/yuzu/issues/5290
|
||||
|
||||
BUILD_DEPENDS= catch>0:devel/catch \
|
||||
boost-libs>0:devel/boost-libs \
|
||||
|
|
Loading…
Reference in a new issue