Browse Source

Use --example-tools in jack2 builds

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

+ 1
- 1
build-jack2.sh View File

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

jack2_args="--prefix=${jack2_prefix}"
jack2_args="--example-tools --prefix=${jack2_prefix}"

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


Loading…
Cancel
Save