mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 05:35:52 +03:00
Ports: Make ninja use ppoll instead of pselect
This commit is contained in:
parent
d2684a8645
commit
afb03dd249
Notes:
sideshowbarker
2024-07-19 05:26:10 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/afb03dd2492 Pull-request: https://github.com/SerenityOS/serenity/pull/2612 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/bugaevc
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user