Fix headless build; Ignore 2 main CV ins for befaco lv2 test

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-02 09:36:36 +00:00
parent 9018ce34c4
commit 9ee6524004
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 26 additions and 9 deletions

View file

@ -28,7 +28,7 @@ Plugin* pluginInstance__Befaco;
namespace rack {
Context::~Context() {
}
static thread_local Context* threadContext = nullptr;
static thread_local Context* threadContext;
Context* contextGet() {
DISTRHO_SAFE_ASSERT(threadContext != nullptr);
return threadContext;