Explorar el Código

Support Debian package build on ARMv7l architecture

Denis Lesnov hace 9 años
padre
commit
5ffb983a85
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      debian/rules

+ 1 - 0
debian/rules

@@ -21,4 +21,5 @@ configure_config:
 	if [ $(shell uname -m) = 'x86_64' ]; then echo "1\n2\n" | ./configure; fi
 	if [ $(shell uname -m) = 'i686' ]; then echo "1\n1\n" | ./configure; fi
 	if [ $(shell uname -m) = 'armv6l' ]; then echo "1\n1\n" | ./configure; fi
+	if [ $(shell uname -m) = 'armv7l' ]; then echo "1\n1\n" | ./configure; fi