Build dulcificum static on Windows

Contributes to CURA-10561
This commit is contained in:
Jelle Spijker 2023-10-29 11:52:27 +01:00
parent 872ce27d8a
commit 94eb9e1a21

View file

@ -281,7 +281,7 @@ class CuraConan(ConanFile):
self.options["pyarcus"].shared = True
self.options["pysavitar"].shared = True
self.options["pynest2d"].shared = True
self.options["dulcificum"].shared = True
self.options["dulcificum"].shared = self.settings.os != "Windows"
self.options["cpython"].shared = True
self.options["boost"].header_only = True
if self.settings.os == "Linux":