Skip to content
Snippets Groups Projects
Verified Commit 9d7ebb61 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix relibc recipe

parent 689691a2
No related branches found
No related tags found
No related merge requests found
GIT=https://gitlab.redox-os.org/redox-os/relibc.git GIT=https://gitlab.redox-os.org/redox-os/relibc.git
function recipe_build { function recipe_build {
make -j"$(nproc)" make CARGO=xargo -j"$(nproc)"
make -C tests -j"$(nproc)" make CARGO=xargo -C tests -j"$(nproc)"
skip=1 skip=1
} }
function recipe_stage { function recipe_stage {
dest="$(realpath $1)" dest="$(realpath $1)"
make DESTDIR="$dest" install make CARGO=xargo DESTDIR="$dest" install
mkdir -pv "$dest/share/relibc" mkdir -pv "$dest/share/relibc"
cp -rv "tests" "$dest/share/relibc/tests" cp -rv "tests" "$dest/share/relibc/tests"
skip=1 skip=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment