redox/recipes/wip/libs/net/ngtcp2/recipe.toml
Wildan Mubarok a83264396b Port nodejs
2025-10-10 17:39:23 -06:00

15 lines
264 B
TOML

#TODO Maybe need openssl 1.1.1
[source]
git = "https://github.com/ngtcp2/ngtcp2"
rev = "e9fe10e0e8b3ce646fa88b4217864f29b4e013d9" # 1.14.0
[build]
template = "custom"
script = """
DYNAMIC_INIT
COOKBOOK_CMAKE_FLAGS+=(
-DENABLE_OPENSSL=OFF
)
cookbook_cmake
"""