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:
parent
c4e76b391e
commit
3ae6ffdb01
|
@ -18,6 +18,7 @@ configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
touch $BANAN_SYSROOT/usr/include/sys/ucontext.h
|
||||||
make -j$(nproc) cross-$BANAN_ARCH $BANAN_ARCH-libtcc1-usegcc=yes || exit 1
|
make -j$(nproc) cross-$BANAN_ARCH $BANAN_ARCH-libtcc1-usegcc=yes || exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue