ports/tcc: Create usr/include/sys/ucontext.h

This file does not have to contain anything, tcc just requires that it
exists.
This commit is contained in:
Bananymous 2024-12-08 20:42:04 +02:00
parent c4e76b391e
commit 3ae6ffdb01
1 changed files with 1 additions and 0 deletions

View File

@ -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
}