1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:07:34 +00:00

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

View file

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