View | Details | Raw Unified | Return to bug 47068
Collapse All | Expand All

(-)a/zynaddsubfx/src/Plugin/ZynAddSubFX/ZynAddSubFX-UI-Zest.cpp (-3 / +1 lines)
Lines 66-74 public: Link Here
66
        if(!handle) // VST
66
        if(!handle) // VST
67
            handle = dlopen("@loader_path/../Resources/libzest.dylib", RTLD_LAZY);
67
            handle = dlopen("@loader_path/../Resources/libzest.dylib", RTLD_LAZY);
68
#else
68
#else
69
        handle = dlopen("./libzest.so", RTLD_LAZY);
69
        handle = dlopen("/usr/lib64/zyn-fusion/libzest.so", RTLD_LAZY);
70
        if(!handle)
71
            handle = dlopen("/opt/zyn-fusion/libzest.so", RTLD_LAZY);
72
        if(!handle)
70
        if(!handle)
73
            handle = dlopen("libzest.so", RTLD_LAZY);
71
            handle = dlopen("libzest.so", RTLD_LAZY);
74
#endif
72
#endif

Return to bug 47068