Ports: Make ninja use ppoll instead of pselect

This commit is contained in:
Nico Weber 2020-06-22 11:42:42 -04:00 committed by Andreas Kling
parent d2684a8645
commit afb03dd249
Notes: sideshowbarker 2024-07-19 05:26:10 +09:00

View File

@ -8,7 +8,7 @@ build() {
CXX=i686-pc-serenity-g++ CXXFLAGS="--sysroot=${SERENITY_ROOT}/Build/Root" \
LDFLAGS="--sysroot=${SERENITY_ROOT}/Build/Root" \
# platform=linux is close enough.
run ./configure.py --bootstrap --platform=linux --force-pselect
run ./configure.py --bootstrap --platform=linux
strip "${workdir}/ninja"
}