mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Fix relibc's recipe.toml
This commit is contained in:
parent
9fde2c029c
commit
bf72bf38d3
10
recipes/relibc/recipe.toml
Normal file
10
recipes/relibc/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[recipe]
|
||||
# TODO: Set git link once userspace_fexec is merged.
|
||||
#GIT=https://gitlab.redox-os.org/redox-os/relibc.git
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cd "${COOKBOOK_SOURCE}"
|
||||
"$REDOX_MAKE" CARGO="env -u CARGO cargo" -j"$($NPROC)" DESTDIR="${COOKBOOK_STAGE}" install
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user