Fix ChowDSP Credit module
Closes #98 Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
8931eaf899
commit
a82af5aff8
3 changed files with 3 additions and 7 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue