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:
Matthieu Gautier 2017-10-10 11:19:14 +02:00
parent 47b5b55ed4
commit dc00fcd297
1 changed files with 1 additions and 1 deletions

View File

@ -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')