mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Also copy build libs
Hoping this fixes the missing protoc Contributes to CURA-9365
This commit is contained in:
parent
08c11f0c28
commit
e226dc5030
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue