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