mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Remove libstd recipe
This commit is contained in:
parent
47d232c3d7
commit
b769485cee
2
all.sh
2
all.sh
@ -1,4 +1,4 @@
|
||||
for recipe in `ls -1 recipes | grep -v libstd`
|
||||
for recipe in `ls -1 recipes`
|
||||
do
|
||||
./cook.sh $recipe $*
|
||||
done
|
||||
|
||||
@ -1 +0,0 @@
|
||||
GIT=https://github.com/redox-os/libstd.git
|
||||
Loading…
Reference in New Issue
Block a user