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

@@ -211,6 +211,16 @@
"path": "LICENSE"
}
},
"grpc": {
"type": "git",
"rev": "v1.68.x",
"url": "https://github.com/grpc/grpc.git",
"provide-pre-built": true,
"license": {
"type": "file",
"path": "LICENSE"
}
},
"icu": {
"type": "ghrel",
"repo": "unicode-org/icu",