mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
16 lines
301 B
TOML
16 lines
301 B
TOML
[source]
|
|
tar = "https://dist.libuv.org/dist/v1.51.0/libuv-v1.51.0.tar.gz"
|
|
blake3 = "e8b5e68bc2d0776ac4ea67df59d694fca58d5cc570c103443a2284e723d01fc2"
|
|
patches = ["redox.patch"]
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
|
|
COOKBOOK_CMAKE_FLAGS+=(
|
|
-DBUILD_TESTING=Off
|
|
)
|
|
cookbook_cmake
|
|
"""
|