Add llvm and musl
This commit is contained in:
parent
72a3dbf39c
commit
674a26f2fa
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# mksh bmake gmake libressl cmake curl rsync linux flex
|
||||
# byacc om4 zlib samurai libffi python ca-certificates
|
||||
# zlib expat gettext-tiny git kati netbsd-curses kakoune
|
||||
# lazybox
|
||||
# lazybox llvm musl
|
||||
#
|
||||
# This should be enough to completely rebuild LazyBox from Source
|
||||
#
|
||||
|
@ -25,7 +25,7 @@ cp_iso_packages (){
|
|||
done
|
||||
}
|
||||
|
||||
packages=(mksh bmake gmake libressl cmake curl rsync linux flex byacc om4 zlib samurai libffi python ca-certificates zlib expat gettext-tiny git kati netbsd-curses kakoune lazybox)
|
||||
packages=(llvm musl mksh bmake gmake libressl cmake curl rsync linux flex byacc om4 zlib samurai libffi python ca-certificates zlib expat gettext-tiny git kati netbsd-curses kakoune lazybox)
|
||||
cp_iso_packages
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue