Build pyarcus and pysavitar shared

Contributes to CURA-8828, CURA-8829 and CURA-8831
This commit is contained in:
j.spijker@ultimaker.com 2022-08-03 07:42:27 +02:00 committed by jspijker
parent de9d432398
commit e4feae414b

View File

@ -210,8 +210,8 @@ class CuraConan(ConanFile):
))
def configure(self):
self.options["arcus"].shared = True
self.options["savitar"].shared = True
self.options["pyarcus"].shared = True
self.options["pysavitar"].shared = True
self.options["pynest2d"].shared = True
self.options["cpython"].shared = True