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:
parent
e0203c1afd
commit
cf67b1d12d
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue