clementine: armv6 broken
This commit is contained in:
parent
221136d5da
commit
8790919874
|
@ -22,6 +22,10 @@ if [ -n "$CROSS_BUILD" ]; then
|
|||
hostmakedepends+=" qt-host-tools qt-devel protobuf-c"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6*) broken="https://build.voidlinux.eu/builders/armv6l_builder/builds/5092/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
build_options="spotify"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue