mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Fix the mold recipe and update a TODO
This commit is contained in:
parent
a6ff69a66f
commit
9ee2561670
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO outdated redox_syscall crate
|
||||
[source]
|
||||
git = "https://github.com/qtfkwk/mkrs"
|
||||
[build]
|
||||
|
||||
@ -3,12 +3,9 @@
|
||||
# build instructions - https://github.com/rui314/mold#how-to-build
|
||||
[source]
|
||||
git = "https://github.com/rui314/mold"
|
||||
rev = "cf1c02d097fc57113b7f9fabf1bc15f810b8b27c"
|
||||
rev = "b53197300b5bf9f02daccae536f65dda2d1431c5"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"library1",
|
||||
]
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE="cmake"
|
||||
COOKBOOK_CONFIGURE_FLAGS=(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user