Ports/SDL_sound: Ensure build is run in parallel

This commit is contained in:
Tim Ledbetter 2023-08-22 17:55:04 +01:00 committed by Tim Schumacher
commit d09271be35
Notes: sideshowbarker 2024-07-18 01:43:16 +09:00

View file

@ -19,6 +19,6 @@ configopts=(
'--enable-speex=no'
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
)
makeopts=(
makeopts+=(
'LDFLAGS=-lm'
)