From a9fb3814e1c2d6ce5d2dcf33eea6641db6f8de0d Mon Sep 17 00:00:00 2001 From: Liam Wilson Date: Wed, 10 Jan 2024 23:17:03 +0000 Subject: [PATCH] try to fix includes --- steps/tcc-0.9.26/pass1.kaem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/tcc-0.9.26/pass1.kaem b/steps/tcc-0.9.26/pass1.kaem index f63a9c32..e67884a4 100755 --- a/steps/tcc-0.9.26/pass1.kaem +++ b/steps/tcc-0.9.26/pass1.kaem @@ -157,7 +157,7 @@ if match x${ARCH}${TCC_BOOTSTRAP_ALT} xx86False; then fi if match x${TCC_BOOTSTRAP_ALT} xTrue; then -tcc-boot0 -c -D__linux__ -D HAVE_CONFIG_H=1 -I include -I include/linux/${MES_ARCH} -o unified-libc.o unified-libc.c +tcc-boot0 -c -D__linux__ -D HAVE_CONFIG_H=1 -I include -I include/linux/${MES_ARCH} -I /usr/include/mes/ -o unified-libc.o unified-libc.c else # libgetopt.a tcc-mes -c -D HAVE_CONFIG_H=1 -I include -I include/linux/${MES_ARCH} lib/posix/getopt.c