Fix plugin manager build with VST3 disabled.
ARDOUR::SystemExec is also used for scanning VST2 and AU plugins, yet the corresponding header ardour/system_exec.h is not included when VST3 support is disabled in the build configuration.
This commit is contained in:
parent
24269acb97
commit
10d367fdae
@ -87,6 +87,7 @@
|
|||||||
#include "ardour/search_paths.h"
|
#include "ardour/search_paths.h"
|
||||||
|
|
||||||
#if (defined WINDOWS_VST_SUPPORT || defined MACVST_SUPPORT || defined LXVST_SUPPORT)
|
#if (defined WINDOWS_VST_SUPPORT || defined MACVST_SUPPORT || defined LXVST_SUPPORT)
|
||||||
|
#include "ardour/system_exec.h"
|
||||||
#include "ardour/vst2_scan.h"
|
#include "ardour/vst2_scan.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -113,6 +114,7 @@
|
|||||||
|
|
||||||
#include "ardour/audio_unit.h"
|
#include "ardour/audio_unit.h"
|
||||||
#include "ardour/auv2_scan.h"
|
#include "ardour/auv2_scan.h"
|
||||||
|
#include "ardour/system_exec.h"
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user