redox/recipes/wip/dev/other/protobuf/recipe.toml
2025-07-13 10:30:41 +00:00

21 lines
439 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 = "custom"
dependencies = [
"zlib",
]
script = """
DYNAMIC_INIT
COOKBOOK_CMAKE_FLAGS=(
-Dprotobuf_BUILD_TESTS=OFF
)
cookbook_cmake
"""