Also copy build libs

Hoping this fixes the missing protoc

Contributes to CURA-9365
This commit is contained in:
jellespijker 2022-07-04 16:45:07 +02:00
parent 08c11f0c28
commit e226dc5030

View file

@ -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: