mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:49:10 +08:00
Also copy build libs
Hoping this fixes the missing protoc Contributes to CURA-9365
This commit is contained in:
parent
08c11f0c28
commit
e226dc5030
@ -168,7 +168,7 @@ class CuraConan(ConanFile):
|
|||||||
for bin in src_path.glob(binary["binary"]):
|
for bin in src_path.glob(binary["binary"]):
|
||||||
binaries.append((str(bin), binary["dst"]))
|
binaries.append((str(bin), binary["dst"]))
|
||||||
|
|
||||||
for _, dependency in self.dependencies.host.items():
|
for _, dependency in self.dependencies.items():
|
||||||
# if dependency.ref.name == "cpython":
|
# if dependency.ref.name == "cpython":
|
||||||
# continue
|
# continue
|
||||||
for bin_paths in dependency.cpp_info.bindirs:
|
for bin_paths in dependency.cpp_info.bindirs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user