mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
Ports: Make ninja use ppoll instead of pselect
This commit is contained in:
parent
d2684a8645
commit
afb03dd249
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue