DISTRHO / PawPaw

Cross-Platform build scripts for audio plugins
ISC License
63 stars 8 forks source link

lv2_validate does not stop on error #7

Closed falkTX closed 3 years ago

falkTX commented 3 years ago

several issues from lv2/sord validate:

  1. lv2_validate missing "exec" line in bash script
  2. sord_validate does not return != 0 if there were errors
falkTX commented 3 years ago

fixed by patching lv2 sources, which is needed anyway for wine usage.