mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
Ports/SDL_sound: Ensure build is run in parallel
This commit is contained in:
parent
b885be8046
commit
d09271be35
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ configopts=(
|
||||||
'--enable-speex=no'
|
'--enable-speex=no'
|
||||||
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
||||||
)
|
)
|
||||||
makeopts=(
|
makeopts+=(
|
||||||
'LDFLAGS=-lm'
|
'LDFLAGS=-lm'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue