mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +00:00
Introjucer: Fix to linux VST makefile flag generation.
This commit is contained in:
parent
634ac71373
commit
e179df3e2c
2 changed files with 3 additions and 3 deletions
|
|
@ -307,7 +307,7 @@ namespace VSTHelpers
|
|||
}
|
||||
|
||||
if (exporter.isLinux())
|
||||
exporter.makefileExtraLinkerFlags.add ("--no-undefined");
|
||||
exporter.makefileExtraLinkerFlags.add ("-Wl,--no-undefined");
|
||||
}
|
||||
|
||||
static inline void createPropertyEditors (ProjectExporter& exporter, PropertyListBuilder& props, bool isVST3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue