summarylogtreecommitdiffstats
path: root/zynaddsubfx-mruby-zest-build-libzest_location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'zynaddsubfx-mruby-zest-build-libzest_location.patch')
-rw-r--r--zynaddsubfx-mruby-zest-build-libzest_location.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/zynaddsubfx-mruby-zest-build-libzest_location.patch b/zynaddsubfx-mruby-zest-build-libzest_location.patch
new file mode 100644
index 000000000000..26dad9247788
--- /dev/null
+++ b/zynaddsubfx-mruby-zest-build-libzest_location.patch
@@ -0,0 +1,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");