Browse Source

Fix macOS build

Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX 11 months ago
parent
commit
d031a7dd54
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      carla
  2. +1
    -1
      dpf
  3. +1
    -1
      plugins/Common/IldaeilPlugin.cpp

+ 1
- 1
carla

@@ -1 +1 @@
Subproject commit ad3b7793a44bfd4aceb620c397c6caa5ae9f6098
Subproject commit 95ad25d81d1ba53a205f9c758aa51ff91d5dabaf

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 472cda840ed527b779faa9db9abbdab6be161002
Subproject commit cfd0903b197f3b742581bc0fe31850b398d9ca42

+ 1
- 1
plugins/Common/IldaeilPlugin.cpp View File

@@ -258,7 +258,7 @@ static const char* getPathForJSFX()
#if defined(CARLA_OS_MAC) #if defined(CARLA_OS_MAC)
path = getHomePath() path = getHomePath()
+ "/Library/Application Support/REAPER/Effects"; + "/Library/Application Support/REAPER/Effects";
if (! water::File(path).isDirectory())
if (! water::File(path.toRawUTF8()).isDirectory())
path = "/Applications/REAPER.app/Contents/InstallFiles/Effects"; path = "/Applications/REAPER.app/Contents/InstallFiles/Effects";
#elif defined(CARLA_OS_WASM) #elif defined(CARLA_OS_WASM)
path = "/jsfx"; path = "/jsfx";


Loading…
Cancel
Save