mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
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.
7 lines
103 B
Bash
Executable File
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
|