X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=vst%2Fardourvst.in;h=082be1c2fee6dbdabaf97796a66e9feda55292a5;hb=2e7c10b6ef3326e77747eccd5e16ced8f79a96de;hp=8297e1870b5abd5b18e221aedc64ae4056baf56f;hpb=3e6feb62ae37cbf98364ccb36e9be47a52ceb8bf;p=ardour.git diff --git a/vst/ardourvst.in b/vst/ardourvst.in index 8297e1870b..082be1c2fe 100644 --- a/vst/ardourvst.in +++ b/vst/ardourvst.in @@ -4,5 +4,7 @@ # but somehow scons puts leading /'s on INSTALL_PREFIX and that causes # wine to be unable to find the .exe.so file -LD_LIBRARY_PATH=%PREFIX%/lib/ardour2:$LD_LIBRARY_PATH exec wine %PREFIX%/lib/ardour2/ardour_vst.exe.so "$@" +export GTK_PATH=%PREFIX%/lib/ardour3:$GTK_PATH + +LD_LIBRARY_PATH=%PREFIX%/lib/ardour3:$LD_LIBRARY_PATH exec wine %PREFIX%/lib/ardour3/ardour_vst.exe.so "$@"