Browse Source

Alternative link to lv2lint

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 4 years ago
parent
commit
ce57b39758
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bootstrap-plugins.sh

+ 1
- 1
bootstrap-plugins.sh View File

@@ -127,7 +127,7 @@ build_waf lilv "${LILV_VERSION}" "--static --no-bash-completion --no-bindings --
# lv2lint

if [ "${MACOS_OLD}" -ne 1 ]; then
download lv2lint "${LV2LINT_VERSION}" "https://git.open-music-kontrollers.ch/lv2/lv2lint/snapshot/" "tar.xz"
download lv2lint "${LV2LINT_VERSION}" "https://gitlab.com/OpenMusicKontrollers/lv2lint/-/archive/${LV2LINT_VERSION}"
build_meson lv2lint "${LV2LINT_VERSION}"
# "-Donline-tests=true -Delf-tests=true"
fi


Loading…
Cancel
Save