mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Merge pull request #2 from DaanHoogland/uutils-recipe
build a uutils clone
This commit is contained in:
commit
4df05b878a
@ -1,7 +1,2 @@
|
||||
GIT=https://github.com/uutils/coreutils.git
|
||||
CARGOFLAGS="--no-default-features --features=generic"
|
||||
|
||||
function recipe_build {
|
||||
echo "Skipping build of uutils"
|
||||
return 1
|
||||
}
|
||||
GIT=git@github.com:DaanHoogland/uutils-core.git
|
||||
CARGOFLAGS="--no-default-features --features redox"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user