Fix up mouseover handling in the port matrix.
[ardour.git] / gtk2_ardour / ardev
index ff68e11fbe1713f42e710163e2f644018b3857ca..7980c43d93c959f2c262edb0fda44c36ca8f9dba 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 . `dirname "$0"`/ardev_common.sh
-exec $EXECUTABLE $*
+LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
+exec $EXECUTABLE "$@"