Browse Source

Dont build external plugins

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
431ea9d015
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh View File

@@ -23,7 +23,7 @@ popd

pushd Carla
make features
make ${MAKE_ARGS}
make EXTERNAL_PLUGINS=false ${MAKE_ARGS}
popd

# ---------------------------------------------------------------------------------------------------------------------

Loading…
Cancel
Save