blob: 033d6e597f372690cf4509f8d1fafb21b3e61ce5 (
plain) (
tree)
|
|
--- src/effects/VST/VSTEffect.cpp.orig 2016-07-26 13:34:06 UTC
+++ src/effects/VST/VSTEffect.cpp
@@ -2129,7 +2129,7 @@ bool VSTEffect::Load()
// symbols.
//
// Once we define a proper external API, the flags can be removed.
- void *lib = dlopen((const char *)wxString(realPath).ToUTF8(), RTLD_NOW | RTLD_LOCAL | RTLD_DEEPBIND);
+ void *lib = dlopen((const char *)wxString(realPath).ToUTF8(), RTLD_NOW | RTLD_LOCAL);
if (!lib)
{
return false;
|