diff options
Diffstat (limited to 'package/fltk/Makefile')
-rw-r--r-- | package/fltk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fltk/Makefile b/package/fltk/Makefile index 36efaf466..77d299cf9 100644 --- a/package/fltk/Makefile +++ b/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 |