bees: also disable on platforms without 64-bit atomics

This commit is contained in:
q66 2022-03-29 05:52:59 +02:00
parent db3eff34b9
commit 05c199948d

View file

@ -23,6 +23,10 @@ if [ "$CROSS_BUILD" ]; then
make_check="no"
fi
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
broken="undefined reference to __atomic_fetch_add_8"
fi
pre_build() {
export BEES_VERSION="${version}"
}