Skip to content

Commit

Permalink
Always build carla backend for testing
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 30, 2023
1 parent a9267af commit f95dfbb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bootstrap-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,6 @@ build_autoconf mxml "${MXML_VERSION}"
# ---------------------------------------------------------------------------------------------------------------------
# carla (backend only)

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

CARLA_EXTRAFLAGS="CAN_GENERATE_LV2_TTL=false"
CARLA_EXTRAFLAGS+=" EXTERNAL_PLUGINS=false"
CARLA_EXTRAFLAGS+=" HAVE_ALSA=false"
Expand Down Expand Up @@ -604,8 +602,6 @@ CARLA_EXTRAFLAGS+=" USING_RTAUDIO=false"
git_clone carla "${CARLA_VERSION}" "${CARLA_URL}"
build_make carla "${CARLA_VERSION}" "${CARLA_EXTRAFLAGS}"

fi

# ---------------------------------------------------------------------------------------------------------------------
# wine bootstrap (needed for cross-compilation)

Expand Down

0 comments on commit f95dfbb

Please sign in to comment.