1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Removed a duplicate compile flag from the Makefile exporter

This commit is contained in:
tpoole 2017-09-22 12:51:39 +01:00
parent e0203c1afd
commit cf67b1d12d

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();