mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 12:25:53 +08:00
Only use shared grpc defs on Linux
Contributes to CURA-10951
This commit is contained in:
parent
f958d69f1c
commit
5cf2ecc666
@ -296,7 +296,8 @@ class CuraConan(ConanFile):
|
|||||||
self.options["pynest2d"].shared = True
|
self.options["pynest2d"].shared = True
|
||||||
self.options["cpython"].shared = True
|
self.options["cpython"].shared = True
|
||||||
self.options["boost"].header_only = True
|
self.options["boost"].header_only = True
|
||||||
self.options["curaengine_grpc_definitions"].shared = True
|
if self.settings.os == "Linux":
|
||||||
|
self.options["curaengine_grpc_definitions"].shared = True
|
||||||
|
|
||||||
def validate(self):
|
def validate(self):
|
||||||
version = self.conf_info.get("user.cura:version", default = self.version, check_type = str)
|
version = self.conf_info.get("user.cura:version", default = self.version, check_type = str)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user