mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Fix relibc recipe
This commit is contained in:
parent
6c272586cb
commit
5d8079c1d7
@ -1,12 +0,0 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/relibc.git
|
||||
|
||||
function recipe_build {
|
||||
"$REDOX_MAKE" CARGO="env -u CARGO cargo" -j"$($NPROC)"
|
||||
skip=1
|
||||
}
|
||||
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
"$REDOX_MAKE" CARGO="env -u CARGO cargo" DESTDIR="$dest" install
|
||||
skip=1
|
||||
}
|
||||
@ -1,6 +1,5 @@
|
||||
[recipe]
|
||||
# TODO: Set git link once userspace_fexec is merged.
|
||||
#GIT=https://gitlab.redox-os.org/redox-os/relibc.git
|
||||
[source]
|
||||
GIT=https://gitlab.redox-os.org/redox-os/relibc.git
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user