redox/recipes/libs/libatomic/recipe.toml
2025-10-08 04:11:58 +07:00

17 lines
245 B
TOML

[source]
same_as = "../../dev/gcc13"
[build]
template = "custom"
dependencies = [
"libgmp",
"libmpfr",
"mpc",
"zlib"
]
script = """
DYNAMIC_INIT
COOKBOOK_CONFIGURE="${COOKBOOK_SOURCE}/libatomic/configure"
cookbook_configure
"""