mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Build CPython shared
Contributes to CURA-9365
This commit is contained in:
parent
5f6d59c63d
commit
815160f45f
1 changed files with 1 additions and 0 deletions
|
@ -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"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue