From e4feae414bfd32db1f9ec36a3814ec4d4022f399 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Wed, 3 Aug 2022 07:42:27 +0200 Subject: [PATCH] Build pyarcus and pysavitar shared Contributes to CURA-8828, CURA-8829 and CURA-8831 --- conanfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conanfile.py b/conanfile.py index 5208be2c4d..75ecfbb351 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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