mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 22:12:20 +00:00
Ports/SDL_sound: Ensure build is run in parallel
This commit is contained in:
parent
b885be8046
commit
d09271be35
Notes:
sideshowbarker
2024-07-18 01:43:16 +09:00
Author: https://github.com/tcl3
Commit: d09271be35
Pull-request: https://github.com/SerenityOS/serenity/pull/20710
Reviewed-by: https://github.com/timschumi ✅
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ configopts=(
|
|||
'--enable-speex=no'
|
||||
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
||||
)
|
||||
makeopts=(
|
||||
makeopts+=(
|
||||
'LDFLAGS=-lm'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue