mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
23 lines
462 B
Plaintext
23 lines
462 B
Plaintext
paths = [
|
|
"patches/jobserver-rs",
|
|
"patches/mio",
|
|
"patches/nix",
|
|
"patches/tokio/tokio",
|
|
"patches/tokio/tokio-reactor",
|
|
"patches/net2-rs",
|
|
"patches/pb",
|
|
"patches/platform-info",
|
|
"patches/ring",
|
|
"patches/tar-rs",
|
|
"patches/termsize",
|
|
"patches/time",
|
|
]
|
|
|
|
[target.aarch64-unknown-redox]
|
|
linker = "aarch64-unknown-redox-gcc"
|
|
rustflags = []
|
|
|
|
[target.x86_64-unknown-redox]
|
|
linker = "x86_64-unknown-redox-gcc"
|
|
rustflags = []
|