Skip to content

Commit 8b160c4

Browse files
committed
Remove outdated LMMS_EXCLUDE_PLUGINS entry (carla no longer shares a parent folder with LMMS plugins)
1 parent edc64a2 commit 8b160c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ if command -v carla > /dev/null 2>&1; then
2222
break
2323
fi
2424
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}"
2825
fi
2926

3027
# Additional workarounds for library conflicts

0 commit comments

Comments
 (0)