Start VST version using the wrapper script rather than the .so, whose name is sometim...
authorCarl Hetherington <carl@carlh.net>
Mon, 6 Dec 2010 13:29:19 +0000 (13:29 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 6 Dec 2010 13:29:19 +0000 (13:29 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8198 d708f5d6-7413-0410-9779-e7cbd77b26cf

vst/ardevst

index bb7474b8fb195393a507c70c3c883777dcf5ecc0..7074143f76d6b9ef7dc0ed4a9c2f81651c8bb124 100755 (executable)
@@ -2,4 +2,4 @@
 
 . `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
 export LD_LIBRARY_PATH=$libs/../gtk2_ardour:$LD_LIBRARY_PATH
-exec wine $libs/../gtk2_ardour/ardour-3.0-vst.so "$@"
+exec $libs/../gtk2_ardour/ardour-3.0-vst "$@"