mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Build dulcificum static on Windows
Contributes to CURA-10561
This commit is contained in:
parent
872ce27d8a
commit
94eb9e1a21
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ class CuraConan(ConanFile):
|
||||||
self.options["pyarcus"].shared = True
|
self.options["pyarcus"].shared = True
|
||||||
self.options["pysavitar"].shared = True
|
self.options["pysavitar"].shared = True
|
||||||
self.options["pynest2d"].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["cpython"].shared = True
|
||||||
self.options["boost"].header_only = True
|
self.options["boost"].header_only = True
|
||||||
if self.settings.os == "Linux":
|
if self.settings.os == "Linux":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue