summarylogtreecommitdiffstats
path: root/zynaddsubfx-mruby-zest-build-libzest_location.patch
blob: 26dad92477884ce43bbb47bead6bc97514820fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git i/test-libversion.c w/test-libversion.c
index 808c01f..a122585 100644
--- i/test-libversion.c
+++ w/test-libversion.c
@@ -660,7 +660,7 @@ int main(int argc, char **argv)
     if(!handle)
         handle = dlopen("libzest.so", RTLD_LAZY);
     if(!handle)
-        handle = dlopen("/opt/zyn-fusion/libzest.so", RTLD_LAZY);
+        handle = dlopen("/usr/lib/zynaddsubfx/libzest.so", RTLD_LAZY);
 #endif
     if(!handle) {
         printf("[ERROR] Cannot Open libzest.so\n");