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: