Avoid rename the meson cross compilation file.
This file is exported in CI archive for other projects. If we change its name, it will not be exported and other projects will break.
This commit is contained in:
parent
47b5b55ed4
commit
dc00fcd297
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue