mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 12:33:10 -04:00
Merge pull request #85 from kiwix/meson_android_file
Avoid rename the meson cross compilation file.
This commit is contained in:
commit
41f6c9b3aa
@ -329,7 +329,7 @@ class BuildEnv:
|
|||||||
|
|
||||||
def setup_android(self):
|
def setup_android(self):
|
||||||
self.cmake_crossfile = self._gen_crossfile('cmake_android_cross_file.txt')
|
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):
|
def setup_armhf(self):
|
||||||
self.cmake_crossfile = self._gen_crossfile('cmake_cross_file.txt')
|
self.cmake_crossfile = self._gen_crossfile('cmake_cross_file.txt')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user