mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fix initialisation of MSVCBuildConfiguration::lv2BinaryLocation
This commit is contained in:
parent
1539d9a12a
commit
c254a71383
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ public:
|
|||
vstBinaryLocation (config, Ids::vstBinaryLocation, getUndoManager()),
|
||||
vst3BinaryLocation (config, Ids::vst3BinaryLocation, getUndoManager()),
|
||||
aaxBinaryLocation (config, Ids::aaxBinaryLocation, getUndoManager()),
|
||||
lv2BinaryLocation (config, Ids::aaxBinaryLocation, getUndoManager()),
|
||||
lv2BinaryLocation (config, Ids::lv2BinaryLocation, getUndoManager()),
|
||||
unityPluginBinaryLocation (config, Ids::unityPluginBinaryLocation, getUndoManager(), {})
|
||||
{
|
||||
setPluginBinaryCopyLocationDefaults();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue