We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc64a2 commit 8b160c4Copy full SHA for 8b160c4
cmake/linux/apprun-hooks/carla-hook.sh
@@ -22,9 +22,6 @@ if command -v carla > /dev/null 2>&1; then
22
break
23
fi
24
done
25
-else
26
- echo "[$ME] Carla does not appear to be installed, we'll remove it from the plugin listing." >&2
27
- export "LMMS_EXCLUDE_PLUGINS=libcarla,${LMMS_EXCLUDE_PLUGINS}"
28
29
30
# Additional workarounds for library conflicts
0 commit comments