From 94eb9e1a21825af84161bb0544aaf772e9cddf48 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Sun, 29 Oct 2023 11:52:27 +0100 Subject: [PATCH] Build dulcificum static on Windows Contributes to CURA-10561 --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 18a3275f20..b47c5789d9 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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":