mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Add armhf toolschain in base_deps_archive.
This commit is contained in:
@ -231,6 +231,8 @@ def make_deps_archive(target, full=False):
|
||||
files_to_archive += HOME.glob('BUILD_*/pugixml-{}'.format(
|
||||
base_deps_versions['pugixml']))
|
||||
toolchains_subdirs = HOME.glob('**/TOOLCHAINS/*/*')
|
||||
if PLATFORM.startswith('armhf'):
|
||||
files_to_archive += [SOURCE_DIR/'raspberrypi-tools']
|
||||
for subdir in toolchains_subdirs:
|
||||
if not subdir.match('tools'):
|
||||
files_to_archive.append(subdir)
|
||||
|
Reference in New Issue
Block a user