mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Add "audioplugin_" prefix to Unity plug-ins on Linux
This commit is contained in:
parent
6218e2f92b
commit
a12d5fb540
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ public:
|
|||
if (! ldflags.isEmpty())
|
||||
s.add ("JUCE_LDFLAGS_" + getTargetVarName() + " := " + ldflags.joinIntoString (" "));
|
||||
|
||||
auto targetName = owner.replacePreprocessorTokens (config, config.getTargetBinaryNameString());
|
||||
auto targetName = owner.replacePreprocessorTokens (config, config.getTargetBinaryNameString (type == UnityPlugIn));
|
||||
|
||||
if (owner.projectType.isStaticLibrary())
|
||||
targetName = getStaticLibbedFilename (targetName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue