mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
These shall only be added iff `PREFER_STATIC` is not set. Signed-off-by: Anhad Singh <andypython@protonmail.com>
13 lines
172 B
TOML
13 lines
172 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/ion.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_cargo
|
|
"""
|
|
|
|
[package]
|
|
shared-deps = ["libgcc"]
|