Browse Source

Remove --example-tools for jack2 builds

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 3 years ago
parent
commit
86d947d472
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build-jack2.sh

+ 1
- 1
build-jack2.sh View File

@@ -44,7 +44,7 @@ fi
# ---------------------------------------------------------------------------------------------------------------------
# jack2

jack2_args="--example-tools"
jack2_args=""

if [ -n "${jack2_extra_prefix}" ]; then
jack2_args+=" --prefix=${jack2_extra_prefix}"


Loading…
Cancel
Save