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 cf9315f commit edc64a2Copy full SHA for edc64a2
cmake/linux/apprun-hooks/carla-hook.sh
@@ -25,7 +25,6 @@ if command -v carla > /dev/null 2>&1; then
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
- export "LMMS_EXCLUDE_LADSPA=libcarla,${LMMS_EXCLUDE_LADSPA}"
29
fi
30
31
# Additional workarounds for library conflicts
0 commit comments