bees: also disable on platforms without 64-bit atomics
This commit is contained in:
parent
db3eff34b9
commit
05c199948d
1 changed files with 4 additions and 0 deletions
|
@ -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}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue