mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-01 17:42:56 +02:00
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"
|
make_check="no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
broken="undefined reference to __atomic_fetch_add_8"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
export BEES_VERSION="${version}"
|
export BEES_VERSION="${version}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue