Build CPython shared

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-25 18:56:13 +02:00 committed by Jelle Spijker
parent 5f6d59c63d
commit 815160f45f
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A

View file

@ -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"):