mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
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.
9 lines
123 B
TOML
9 lines
123 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/ion.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo
|
|
"""
|