Always use numeric prefixes for default-named tracks / busses (#4123).
[ardour2.git] / vst / ardourvst.in
blob082be1c2fee6dbdabaf97796a66e9feda55292a5
1 #!/bin/sh
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
7 export GTK_PATH=%PREFIX%/lib/ardour3:$GTK_PATH
9 LD_LIBRARY_PATH=%PREFIX%/lib/ardour3:$LD_LIBRARY_PATH exec wine %PREFIX%/lib/ardour3/ardour_vst.exe.so "$@"