Browse Source

Skip building lv2lint on macos-old

tags/v1.0
falkTX 4 years ago
parent
commit
01a4dc5dad
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      bootstrap-plugins.sh

+ 5
- 3
bootstrap-plugins.sh View File

@@ -126,9 +126,11 @@ build_waf lilv "${LILV_VERSION}" "--static --no-bash-completion --no-bindings --
# ---------------------------------------------------------------------------------------------------------------------
# lv2lint

download lv2lint "${LV2LINT_VERSION}" "https://git.open-music-kontrollers.ch/lv2/lv2lint/snapshot/" "tar.xz"
build_meson lv2lint "${LV2LINT_VERSION}"
# "-Donline-tests=true -Delf-tests=true"
if [ "${TARGET}" != "macos-old" ]; then
download lv2lint "${LV2LINT_VERSION}" "https://git.open-music-kontrollers.ch/lv2/lv2lint/snapshot/" "tar.xz"
build_meson lv2lint "${LV2LINT_VERSION}"
# "-Donline-tests=true -Delf-tests=true"
fi

# ---------------------------------------------------------------------------------------------------------------------
# fluidsynth


Loading…
Cancel
Save