From 815160f45f0aadcda4f5547a8b8c184491678010 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Sat, 25 Jun 2022 18:56:13 +0200 Subject: [PATCH] Build CPython shared Contributes to CURA-9365 --- conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conanfile.py b/conanfile.py index 3614b342f9..0fc54ebde2 100644 --- a/conanfile.py +++ b/conanfile.py @@ -87,6 +87,7 @@ class CuraConan(ConanFile): self.options["arcus"].shared = True self.options["savitar"].shared = True self.options["pynest2d"].shared = True + self.options["cpython"].shared = True def validate(self): if self.version and tools.Version(self.version) <= tools.Version("4"):