Browse Source

Projucer: Removed a duplicate compile flag from the Makefile exporter

tags/2021-05-28
tpoole 7 years ago
parent
commit
cf67b1d12d
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      extras/Projucer/Source/Project Saving/jucer_ProjectExporter.cpp

+ 0
- 4
extras/Projucer/Source/Project Saving/jucer_ProjectExporter.cpp View File

@@ -350,10 +350,6 @@ void ProjectExporter::addVSTPathsIfPluginOrHost()
void ProjectExporter::addCommonAudioPluginSettings()
{
if (isLinux()
&& (shouldBuildTargetType (ProjectType::Target::VSTPlugIn) || shouldBuildTargetType (ProjectType::Target::VST3PlugIn)))
makefileExtraLinkerFlags.add ("-Wl,--no-undefined");
if (shouldBuildTargetType (ProjectType::Target::AAXPlugIn))
addAAXFoldersToPath();


Loading…
Cancel
Save