bcachefs-tools: fix -latomic.

This commit is contained in:
Leah Neukirchen 2025-04-25 00:11:52 +02:00
parent 5ff6d7ce69
commit 709ce3cdcb

View file

@ -25,7 +25,7 @@ if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
fi
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
broken="does not link libatomic"
XBPS_CROSS_RUSTFLAGS+=" -latomic"
fi
pre_build() {