diff --git a/kiwixbuild/dependencies.py b/kiwixbuild/dependencies.py index 15a2ca5..9d83092 100644 --- a/kiwixbuild/dependencies.py +++ b/kiwixbuild/dependencies.py @@ -414,7 +414,7 @@ class AllBaseDependencies(Dependency): @property def dependencies(self): - base_deps = ['zlib', 'lzma', 'xapian-core', 'gumbo', 'pugixml', 'libmicrohttpd'] + base_deps = ['zlib', 'lzma', 'xapian-core', 'gumbo', 'pugixml', 'libmicrohttpd', 'libaria2'] if self.buildEnv.platform_info.build != 'native': base_deps += ["icu4c_cross-compile"] else: