mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 05:55:51 +00:00
Enable codegen grpc plugin
This commit is contained in:
@@ -55,7 +55,8 @@ class Xrpl(ConanFile):
|
||||
'date/*:header_only': True,
|
||||
'grpc/*:shared': False,
|
||||
'grpc/*:secure': True,
|
||||
'grpc/*:codegen': False,
|
||||
'grpc/*:codegen': True,
|
||||
'grpc/*:cpp_plugin': True,
|
||||
'grpc/*:csharp_ext': False,
|
||||
'grpc/*:csharp_plugin': False,
|
||||
'grpc/*:node_plugin': False,
|
||||
|
||||
Reference in New Issue
Block a user