Skip to content

Commit

Permalink
Fix non-macos build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Apr 27, 2024
1 parent 51186c9 commit 7ce9401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backend/plugin/CarlaPluginVST3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3458,7 +3458,7 @@ class CarlaPluginVST3 : public CarlaPlugin,
binaryfilename += ".so";
#endif

if (! water::File(binaryfilename).existsAsFile())
if (! water::File(binaryfilename.toRawUTF8()).existsAsFile())
{
pData->engine->setLastError("Failed to find a suitable VST3 bundle binary");
return false;
Expand Down

0 comments on commit 7ce9401

Please sign in to comment.