difftastic: broken on non-cross non-atomic8 and idc enough
This commit is contained in:
parent
a6f887ca80
commit
59785108c1
|
@ -14,6 +14,9 @@ checksum=474dabe2b6d343167942e42312b0ce420f8f6dc8245b951c8874208cbafc4a7d
|
|||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
XBPS_CROSS_RUSTFLAGS+=" -latomic"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
broken="how is this supposed to even work"
|
||||
fi
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue