1
0
Fork 0
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:
jules 2015-05-25 12:53:04 +01:00
parent 634ac71373
commit e179df3e2c
2 changed files with 3 additions and 3 deletions

View file

@ -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)