mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
21 lines
439 B
TOML
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
|
|
"""
|