mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
bcachefs-tools: fix -latomic.
This commit is contained in:
parent
5ff6d7ce69
commit
709ce3cdcb
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue