1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:27:45 +00:00

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
parent b885be8046
commit d09271be35

View file

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