clementine: unbreak armv6
This commit is contained in:
parent
192260e2b1
commit
ad833738df
1 changed files with 1 additions and 5 deletions
|
@ -22,14 +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
|
||||
x86_64 | i686 | armv6l | armv7l)
|
||||
x86_64 | i686 | armv7l)
|
||||
build_options_default="spotify";;
|
||||
*)
|
||||
build_options_default="";;
|
||||
|
|
Loading…
Reference in a new issue