1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00
lllucius 3532ecd7b2 Reworked LV2 plug-ing support.
This enables all platforms to use LV2 plugins in non-GUI mode.  There is
still some work to do, like subgroup handling and better scalepoint
handling.
2013-10-27 11:13:20 +00:00

7 lines
103 B
Bash
Executable File

#!/bin/bash
rm -rf {lv2,serd,sord,sratom,lilv}/{build,.waf*,.lock*}
rm -rf {liblv2.a,include}
exit 0