mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Added a missing check for Unity plug-in when adding the plug-in binary copy step option in the Xcode exporter
This commit is contained in:
parent
f43e8bd61b
commit
e00d990737
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ protected:
|
|||
void addXcodePluginInstallPathProperties (PropertyListBuilder& props)
|
||||
{
|
||||
auto isBuildingAnyPlugins = (project.shouldBuildVST() || project.shouldBuildVST3() || project.shouldBuildAU()
|
||||
|| project.shouldBuildRTAS() || project.shouldBuildAAX());
|
||||
|| project.shouldBuildRTAS() || project.shouldBuildAAX() || project.shouldBuildUnityPlugin());
|
||||
|
||||
if (isBuildingAnyPlugins)
|
||||
props.add (new ChoicePropertyComponent (pluginBinaryCopyStepEnabled, "Enable Plugin Copy Step"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue