another missing cd

This commit is contained in:
Liam Wilson 2024-01-12 03:11:07 +00:00
parent b8d11bfe25
commit d2c5f8b518

View file

@ -368,6 +368,8 @@ fi
tcc-boot0 -c -D HAVE_CONFIG_H=1 -I include -I include/linux/${MES_ARCH} -o unified-libc.o unified-libc.c
tcc-boot0 -ar cr ${LIBDIR}/libc.a unified-libc.o
cd ../${TCC_PKG}
# Test boot0
tcc-boot0 -version