From e226dc5030f502285e287cae77dd2e36f459dcd6 Mon Sep 17 00:00:00 2001 From: jellespijker Date: Mon, 4 Jul 2022 16:45:07 +0200 Subject: [PATCH] Also copy build libs Hoping this fixes the missing protoc Contributes to CURA-9365 --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 2e927f758b..a5e26f5a8e 100644 --- a/conanfile.py +++ b/conanfile.py @@ -168,7 +168,7 @@ class CuraConan(ConanFile): for bin in src_path.glob(binary["binary"]): binaries.append((str(bin), binary["dst"])) - for _, dependency in self.dependencies.host.items(): + for _, dependency in self.dependencies.items(): # if dependency.ref.name == "cpython": # continue for bin_paths in dependency.cpp_info.bindirs: