From 1b5f2ccfbcb9dc592feb39a16ab754dacf15a529 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 3 Jan 2021 12:58:19 +0200 Subject: [PATCH] build script: allow merging of targets built for only one architecture --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index a8670d66..10d506db 100755 --- a/build.py +++ b/build.py @@ -1943,7 +1943,7 @@ class Builder(object): @staticmethod def _merge_install_paths(src_paths: typing.Sequence[str], dst_path: str, missing_files_only=False): - if len(src_paths) <= 1: + if len(src_paths) == 0: return if not missing_files_only: