Skip to content

Commit d09271b

Browse files
tcl3timschumi
authored andcommitted
Ports/SDL_sound: Ensure build is run in parallel
1 parent b885be8 commit d09271b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ports/SDL_sound/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ configopts=(
1919
'--enable-speex=no'
2020
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
2121
)
22-
makeopts=(
22+
makeopts+=(
2323
'LDFLAGS=-lm'
2424
)

0 commit comments

Comments
 (0)