Built libarchive

This commit is contained in:
Alexander Hill
2025-11-23 00:10:08 -05:00
parent bca382ed71
commit d096584753
5 changed files with 57 additions and 16 deletions

View File

@@ -26,4 +26,7 @@ clean() {
package() {
cd musl-*/
DESTDIR=$TT_INSTALLDIR make install
# NOTE: Apparently, the linker library has an entry point that we can use as
# ldd. What kind of black magic is this? ~ahill
ln -sf /lib/ld-musl-$TT_ARCH.so.1 $TT_INSTALLDIR/bin/ldd
}