mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Build pyarcus and pysavitar shared
Contributes to CURA-8828, CURA-8829 and CURA-8831
This commit is contained in:
parent
de9d432398
commit
e4feae414b
1 changed files with 2 additions and 2 deletions
|
@ -210,8 +210,8 @@ class CuraConan(ConanFile):
|
||||||
))
|
))
|
||||||
|
|
||||||
def configure(self):
|
def configure(self):
|
||||||
self.options["arcus"].shared = True
|
self.options["pyarcus"].shared = True
|
||||||
self.options["savitar"].shared = True
|
self.options["pysavitar"].shared = True
|
||||||
self.options["pynest2d"].shared = True
|
self.options["pynest2d"].shared = True
|
||||||
self.options["cpython"].shared = True
|
self.options["cpython"].shared = True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue