Merge gtk2 engine clearlooks 0.6.2 into ardour2, configure ardev and ardevst to use...
[ardour.git] / vst / ardourvst.in
1 #!/bin/sh
2
3 # NOTE: the use of PREFIX is incorrect - it should be INSTALL_PREFIX,
4 # but somehow scons puts leading /'s on INSTALL_PREFIX and that causes
5 # wine to be unable to find the .exe.so file
6
7 LD_LIBRARY_PATH=%PREFIX%/lib/ardour2:$LD_LIBRARY_PATH exec wine %PREFIX%/lib/ardour2/ardour_vst.exe.so "$@"
8