diff --git a/bootstrap-plugins.sh b/bootstrap-plugins.sh index 83a711b..8dd15b5 100755 --- a/bootstrap-plugins.sh +++ b/bootstrap-plugins.sh @@ -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