Explorar el Código

fltk: allow aarch64

Waldemar Brodkorb hace 10 meses
padre
commit
c06aa8550c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/fltk/Makefile

+ 1 - 1
package/fltk/Makefile

@@ -17,7 +17,7 @@ PKG_SITES:=		https://github.com/fltk/fltk/releases/download/release-$(PKG_VERSIO
 PKG_LIBNAME:=		libfltk
 PKG_OPTS:=		dev
 
-PKG_ARCH_DEPENDS:=	x86 x86_64 mips sh arm
+PKG_ARCH_DEPENDS:=	aarch64 x86 x86_64 mips sh arm
 
 DISTFILES:=		${PKG_NAME}-$(PKG_VERSION)-source.tar.gz