From d2c5f8b51866d75060b79e68011d921a27c762ba Mon Sep 17 00:00:00 2001 From: Liam Wilson Date: Fri, 12 Jan 2024 03:11:07 +0000 Subject: [PATCH] another missing cd --- steps/tcc-0.9.26/pass1.kaem | 2 ++ 1 file changed, 2 insertions(+) diff --git a/steps/tcc-0.9.26/pass1.kaem b/steps/tcc-0.9.26/pass1.kaem index 8141ca95..5f84e1bd 100755 --- a/steps/tcc-0.9.26/pass1.kaem +++ b/steps/tcc-0.9.26/pass1.kaem @@ -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