Built mold

This commit is contained in:
Alexander Hill
2025-11-23 21:14:36 -05:00
parent bb0d0c5433
commit 0a5a1839bc
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,8 @@ make -j $(nproc) install DESTDIR=/
# missing functionality! ~ahill
# NOTE: CMake requires LibreSSL and libarchive to function properly so it is
# built after that. ~ahill
PACKAGES="bzip2 libressl make musl xz zlib libarchive cmake"
# NOTE: mold requires CMake to build. ~ahill
PACKAGES="bzip2 libressl make musl xz zlib libarchive cmake mold"
for pkg in $PACKAGES; do
treetap fetch sources/$pkg/$pkg.spec
treetap build sources/$pkg/$pkg.spec