Fix relibc's recipe.toml

This commit is contained in:
4lDO2 2022-07-18 11:47:59 +02:00
parent 9fde2c029c
commit bf72bf38d3
No known key found for this signature in database
GPG Key ID: 996A1DBA676A00C0

View 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
"""