Skip to content

Commit

Permalink
Ensure jack is used on linux builds
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 10, 2023
1 parent 7d15998 commit 5476636
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bootstrap-jack2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ if [ "${LINUX}" -eq 1 ] || [ "${WIN32}" -eq 1 ]; then
PORTAUDIO_EXTRAFLAGS=""
PORTAUDIO_EXTRAFLAGS+=" --enable-cxx"
PORTAUDIO_EXTRAFLAGS+=" --without-asihpi"
PORTAUDIO_EXTRAFLAGS+=" --without-jack"
PORTAUDIO_EXTRAFLAGS+=" --without-oss"

if [ "${LINUX}" -eq 1 ]; then
Expand Down

0 comments on commit 5476636

Please sign in to comment.