Add grpc support for macOS and Linux

This commit is contained in:
crazywhalecc
2024-11-09 22:07:52 +08:00
committed by Jerry Ma
parent 3c4d47d072
commit 2bfc5e1d74
9 changed files with 137 additions and 4 deletions

View File

@@ -199,6 +199,19 @@
"gmssl"
]
},
"grpc": {
"support": {
"Windows": "wip",
"BSD": "wip"
},
"type": "external",
"source": "grpc",
"arg-type-unix": "custom",
"cpp-extension": true,
"lib-depends": [
"grpc"
]
},
"iconv": {
"support": {
"BSD": "wip"