mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Fix creation of deps archive.
This commit is contained in:
@ -195,7 +195,7 @@ def make_deps_archive(target, full=False):
|
||||
archive_name = "deps_{}_{}_{}.tar.xz".format(
|
||||
TRAVIS_OS_NAME, PLATFORM, target)
|
||||
print_message("Create archive {}.", archive_name)
|
||||
files_to_archive = [INSTALL_DIR/'INSTALL']
|
||||
files_to_archive = [INSTALL_DIR]
|
||||
if PLATFORM == 'native_mixed':
|
||||
files_to_archive += [HOME/'BUILD_native_static'/'INSTALL']
|
||||
if PLATFORM.startswith('android'):
|
||||
|
Reference in New Issue
Block a user