mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:49:00 +08:00
Also use dylib of cpython
Contributes to CURA-9365
This commit is contained in:
parent
87e304a4e9
commit
5bc61324ee
@ -169,8 +169,8 @@ class CuraConan(ConanFile):
|
||||
binaries.append((str(bin), binary["dst"]))
|
||||
|
||||
for _, dependency in self.dependencies.host.items():
|
||||
if dependency.ref.name == "cpython":
|
||||
continue
|
||||
# if dependency.ref.name == "cpython":
|
||||
# continue
|
||||
for bin_paths in dependency.cpp_info.bindirs:
|
||||
binaries.extend([(f"{p}", ".") for p in Path(bin_paths).glob("**/*.dll")])
|
||||
binaries.extend([(f"{p}", ".") for p in Path(bin_paths).glob("**/*.dylib")])
|
||||
|
Loading…
x
Reference in New Issue
Block a user