Fix ChowDSP Credit module

Closes #98

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-03-27 22:58:05 +01:00
parent 8931eaf899
commit a82af5aff8
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 7 deletions

View file

@ -457,8 +457,7 @@ BOGAUDIO_CUSTOM_PER_FILE = ARQuantity AttackMenuItem ReleaseMenuItem
# --------------------------------------------------------------
# ChowDSP
# Credit module crashes on save, see https://github.com/DISTRHO/Cardinal/issues/98
PLUGIN_FILES += $(filter-out ChowDSP/src/Credit.cpp,$(wildcard ChowDSP/src/*/*.cpp))
PLUGIN_FILES += $(wildcard ChowDSP/src/*/*.cpp)
PLUGIN_FILES += $(wildcard ChowDSP/src/*/*/*.cpp)
PLUGIN_FILES += $(wildcard ChowDSP/lib/r8lib/*.cpp)