diff --git a/kiwix-build.py b/kiwix-build.py index be7d907..1903443 100755 --- a/kiwix-build.py +++ b/kiwix-build.py @@ -329,7 +329,7 @@ class BuildEnv: def setup_android(self): self.cmake_crossfile = self._gen_crossfile('cmake_android_cross_file.txt') - self.meson_crossfile = self._gen_crossfile('meson_android_cross_file.txt') + self.meson_crossfile = self._gen_crossfile('meson_cross_file.txt') def setup_armhf(self): self.cmake_crossfile = self._gen_crossfile('cmake_cross_file.txt')