1
0
Fork 0
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:
ed 2021-10-25 08:26:13 +01:00
parent 6218e2f92b
commit a12d5fb540

View file

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