Fix headless build; Ignore 2 main CV ins for befaco lv2 test
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
9018ce34c4
commit
9ee6524004
4 changed files with 26 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue