Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
409B

  1. diff --git a/util/lv2_validate.in b/util/lv2_validate.in
  2. index d30cd85..08f662d 100755
  3. --- a/util/lv2_validate.in
  4. +++ b/util/lv2_validate.in
  5. @@ -10,7 +10,7 @@ if [ "$#" -eq "0" ]; then
  6. exit 1
  7. fi
  8. -sord_validate \
  9. +exec ${EXE_WRAPPER} "${PAWPAW_PREFIX}/bin/sord_validate${APP_EXT}" \
  10. "$LV2DIR/patch.lv2/manifest.ttl" \
  11. "$LV2DIR/patch.lv2/patch.meta.ttl" \
  12. "$LV2DIR/patch.lv2/patch.ttl" \