mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Fix dash recipe
This commit is contained in:
parent
200a526906
commit
728253812d
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user