redox/recipes/core/ion/recipe.toml
bjorn3 26709f9282 Statically link ion
This increases the chance that it is possible to inspect the state of a
system when something went wrong with libc or the dynamic linker. Eg due
to borked or partial update.
2025-04-12 19:13:16 +02:00

9 lines
123 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/ion.git"
[build]
template = "custom"
script = """
cookbook_cargo
"""