From b697c28a203e643049aba80b27cd93dfc74559c7 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 2 Jul 2022 21:44:16 +0100 Subject: [PATCH] Keep VST3 hosting through JUCE, for now Signed-off-by: falkTX --- source/modules/AppConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/modules/AppConfig.h b/source/modules/AppConfig.h index 8438b902d..0f17e69ab 100644 --- a/source/modules/AppConfig.h +++ b/source/modules/AppConfig.h @@ -1,6 +1,6 @@ /* * Carla Plugin Host - * Copyright (C) 2011-2020 Filipe Coelho + * Copyright (C) 2011-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -222,7 +222,7 @@ @see VSTPluginFormat, VST3PluginFormat, AudioPluginFormat, AudioPluginFormatManager, JUCE_PLUGINHOST_VST, JUCE_PLUGINHOST_AU */ -#if defined(APPCONFIG_OS_MAC) || defined(APPCONFIG_OS_WIN) +#if defined(APPCONFIG_OS_LINUX) || defined(APPCONFIG_OS_MAC) || defined(APPCONFIG_OS_WIN) # define JUCE_PLUGINHOST_VST3 1 #else # define JUCE_PLUGINHOST_VST3 0