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