helix: broken on ppc32
This commit is contained in:
parent
6cd4af3cf9
commit
b9c98a60d5
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
*) ;;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*) broken="no AtomicU64 in sync::atomic";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
rm runtime/grammars/.gitkeep
|
||||
rm runtime/themes/README.md
|
||||
|
|
Loading…
Reference in a new issue