redox/recipes/wip/dev/other/protobuf/recipe.toml
2025-10-06 17:41:00 -03:00

17 lines
387 B
TOML

#TODO: Compilation error (relibc issues?)
# Also see https://github.com/protocolbuffers/protobuf/blob/main/cmake/README.md
[source]
git = "https://github.com/protocolbuffers/protobuf"
# Latest release: v31.1
rev = "74211c0dfc2777318ab53c2cd2c317a2ef9012de"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-Dprotobuf_BUILD_TESTS=OFF"
]
dependencies = [
"zlib",
]