Fix windows build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
20e6f30bcc
commit
9c9276ac68
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ static const char* getPathForJSFX()
|
||||||
#if defined(CARLA_OS_MAC)
|
#if defined(CARLA_OS_MAC)
|
||||||
path = homeDir() + "/Library/Application Support/REAPER/Effects";
|
path = homeDir() + "/Library/Application Support/REAPER/Effects";
|
||||||
#elif defined(CARLA_OS_WIN)
|
#elif defined(CARLA_OS_WIN)
|
||||||
path = getSpecialPath() + "\\REAPER\\Effects"
|
path = getSpecialPath(kSpecialPathAppData) + "\\REAPER\\Effects"
|
||||||
#else
|
#else
|
||||||
if (const char* const configHome = std::getenv("XDG_CONFIG_HOME"))
|
if (const char* const configHome = std::getenv("XDG_CONFIG_HOME"))
|
||||||
path = configHome;
|
path = configHome;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue