diff --git a/ports/tcc/build.sh b/ports/tcc/build.sh index ed2b8a60..a3c55f53 100755 --- a/ports/tcc/build.sh +++ b/ports/tcc/build.sh @@ -18,6 +18,7 @@ configure() { } build() { + touch $BANAN_SYSROOT/usr/include/sys/ucontext.h make -j$(nproc) cross-$BANAN_ARCH $BANAN_ARCH-libtcc1-usegcc=yes || exit 1 }