Remove ildaeil from wasm builds

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-21 02:08:04 +02:00
parent 42de7277a3
commit 9542ea98ac
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 13 deletions

View file

@ -994,15 +994,15 @@ static void initStatic__Cardinal()
#endif
#ifndef STATIC_BUILD
p->addModel(modelAudioFile);
p->addModel(modelIldaeil);
#else
spl.removeModule("AudioFile");
spl.removeModule("Ildaeil");
#endif
#if !(defined(DISTRHO_OS_WASM) || defined(STATIC_BUILD))
p->addModel(modelCarla);
p->addModel(modelIldaeil);
#else
spl.removeModule("Carla");
spl.removeModule("Ildaeil");
#endif
#ifndef HEADLESS
p->addModel(modelSassyScope);