1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:07: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' '--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'
) )