mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fix relative paths in LV2 plugin builds on macOS
This commit is contained in:
parent
e7581fa947
commit
57a5ed7999
1 changed files with 1 additions and 1 deletions
|
|
@ -2101,7 +2101,7 @@ private:
|
|||
if (target->type == XcodeTarget::LV2TurtleProgram
|
||||
&& project.getEnabledModules().isModuleEnabled ("juce_audio_plugin_client"))
|
||||
{
|
||||
const auto path = getLV2TurtleDumpProgramSource();
|
||||
const auto path = rebaseFromProjectFolderToBuildTarget (getLV2TurtleDumpProgramSource());
|
||||
addFile (FileOptions().withRelativePath ({ expandPath (path.toUnixStyle()), path.getRoot() })
|
||||
.withSkipPCHEnabled (true)
|
||||
.withCompilationEnabled (true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue