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

Fix dash recipe

parent 200a5269
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ function recipe_build {
--prefix=/ \
--enable-static \
cross_compiling=yes
sed -i 's|#define HAVE_GETRLIMIT 1|/* #undef HAVE_GETRLIMIT */|g' config.h
make -j"$(nproc)"
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