mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Fix for relibc recipe
This commit is contained in:
parent
f26acf5533
commit
9724a7625e
@ -4,6 +4,6 @@ git = "https://gitlab.redox-os.org/redox-os/relibc.git"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cd "${COOKBOOK_SOURCE}"
|
||||
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
||||
"$REDOX_MAKE" CARGO="env -u CARGO cargo" -j"$($NPROC)" DESTDIR="${COOKBOOK_STAGE}" install
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user