Skip to content

Commit

Permalink
Projucer: Correctly resolve path to LV2 manifest helper on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
reuk committed Aug 31, 2022
1 parent 7ebd340 commit 538dc0e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1024,7 +1024,7 @@ class MakefileProjectExporter : public ProjectExporter
targetFiles.add (f);

if (targetType == MakefileTarget::LV2TurtleProgram)
targetFiles.add ({ project.resolveFilename (getLV2TurtleDumpProgramSource().toUnixStyle()), {} });
targetFiles.add ({ rebaseFromProjectFolderToBuildTarget (getLV2TurtleDumpProgramSource()).toUnixStyle(), {} });

return targetFiles;
};
Expand Down

0 comments on commit 538dc0e

Please sign in to comment.