Skip to content

Commit d031a7d

Browse files
committed
Fix macOS build
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 40d1dd3 commit d031a7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

carla

plugins/Common/IldaeilPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ static const char* getPathForJSFX()
258258
#if defined(CARLA_OS_MAC)
259259
path = getHomePath()
260260
+ "/Library/Application Support/REAPER/Effects";
261-
if (! water::File(path).isDirectory())
261+
if (! water::File(path.toRawUTF8()).isDirectory())
262262
path = "/Applications/REAPER.app/Contents/InstallFiles/Effects";
263263
#elif defined(CARLA_OS_WASM)
264264
path = "/jsfx";

0 commit comments

Comments
 (0)