Fix Fundamental wavetable modules crashing on windows 32bit

Related to #80

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-06-27 19:25:28 +01:00
parent 27599a3ce1
commit 8c4a4aa776
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 3ceb5621c77ef69bda02fe62d702eae354a7af6f
Subproject commit 634350a8f066467b24b70f745a9c4a2a921a0f22

View file

@ -1041,7 +1041,7 @@ clean:
# --------------------------------------------------------------
ifeq ($(NOPLUGINS),true)
PLUGIN_LIST = Cardinal
PLUGIN_LIST = Cardinal Fundamental
else
PLUGIN_LIST = $(subst /plugin.json,,$(wildcard */plugin.json))
endif