From 5bc61324ee03b420163060b7b48a391338b2b950 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Mon, 4 Jul 2022 12:04:48 +0200 Subject: Also use dylib of cpython Contributes to CURA-9365 --- conanfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conanfile.py') diff --git a/conanfile.py b/conanfile.py index 179dc3fcfb..90409ec0e9 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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")]) -- cgit v1.2.3