Browse Source

Set default LV2 path for emscripten

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX 2 years ago
parent
commit
edf5d47867
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/modules/lilv/config/lilv_config.h

+ 2
- 0
source/modules/lilv/config/lilv_config.h View File

@@ -24,6 +24,8 @@

#if defined(__APPLE__)
#define LILV_DEFAULT_LV2_PATH "~/Library/Audio/Plug-Ins/LV2:/Library/Audio/Plug-Ins/LV2"
#elif defined(__EMSCRIPTEN__)
#define LILV_DEFAULT_LV2_PATH "~/.lv2:/lv2"
#elif defined(__HAIKU__)
#define LILV_DEFAULT_LV2_PATH "~/.lv2:/system/add-ons/media/lv2plugins"
#elif defined(__WIN32__)


Loading…
Cancel
Save