mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:29:04 +08:00
Build CPython shared
Contributes to CURA-9365
This commit is contained in:
parent
5f6d59c63d
commit
815160f45f
@ -87,6 +87,7 @@ class CuraConan(ConanFile):
|
|||||||
self.options["arcus"].shared = True
|
self.options["arcus"].shared = True
|
||||||
self.options["savitar"].shared = True
|
self.options["savitar"].shared = True
|
||||||
self.options["pynest2d"].shared = True
|
self.options["pynest2d"].shared = True
|
||||||
|
self.options["cpython"].shared = True
|
||||||
|
|
||||||
def validate(self):
|
def validate(self):
|
||||||
if self.version and tools.Version(self.version) <= tools.Version("4"):
|
if self.version and tools.Version(self.version) <= tools.Version("4"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user