openmw: broken on systems without 64-bit atomics
This commit is contained in:
parent
03c89d2caf
commit
d1d91d3845
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then
|
|||
broken="https://gitlab.com/OpenMW/openmw/issues/564"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
broken="https://build.voidlinux.org/builders/armv6l_builder/builds/26346/steps/shell_3/logs/stdio"
|
||||
fi
|
||||
|
||||
openmw-cs_package() {
|
||||
short_desc="Open Implementation of Morrowinds Creation Set"
|
||||
depends="openmw-${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue