diff --git a/zynaddsubfx/src/Plugin/ZynAddSubFX/ZynAddSubFX-UI-Zest.cpp b/zynaddsubfx/src/Plugin/ZynAddSubFX/ZynAddSubFX-UI-Zest.cpp index 0829e88..300918d 100644 --- a/zynaddsubfx/src/Plugin/ZynAddSubFX/ZynAddSubFX-UI-Zest.cpp +++ b/zynaddsubfx/src/Plugin/ZynAddSubFX/ZynAddSubFX-UI-Zest.cpp @@ -66,9 +66,7 @@ public: if(!handle) // VST handle = dlopen("@loader_path/../Resources/libzest.dylib", RTLD_LAZY); #else - handle = dlopen("./libzest.so", RTLD_LAZY); - if(!handle) - handle = dlopen("/opt/zyn-fusion/libzest.so", RTLD_LAZY); + handle = dlopen("/usr/lib64/zyn-fusion/libzest.so", RTLD_LAZY); if(!handle) handle = dlopen("libzest.so", RTLD_LAZY); #endif