Skip to content

Commit edc64a2

Browse files
committed
Remove outdated LMMS_EXCLUDE_LADSPA entry (carla no longer shares a parent folder with LADSPA plugins)
1 parent cf9315f commit edc64a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/linux/apprun-hooks/carla-hook.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ if command -v carla > /dev/null 2>&1; then
2525
else
2626
echo "[$ME] Carla does not appear to be installed, we'll remove it from the plugin listing." >&2
2727
export "LMMS_EXCLUDE_PLUGINS=libcarla,${LMMS_EXCLUDE_PLUGINS}"
28-
export "LMMS_EXCLUDE_LADSPA=libcarla,${LMMS_EXCLUDE_LADSPA}"
2928
fi
3029

3130
# Additional workarounds for library conflicts

0 commit comments

Comments
 (0)