summaryrefslogtreecommitdiff
path: root/vst
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-11 21:55:11 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-11 21:55:11 +0000
commit6f5ee7c4293c43486d48bac00fdcdba90dabb17d (patch)
tree9468080d65f78d36c187403e581ccdd17a07be40 /vst
parent2578d5da0ef6e7256d25fc737a53bb0294bc19a3 (diff)
Fix up VST build and add basic support for VSTi
git-svn-id: svn://localhost/ardour2/branches/3.0@7403 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'vst')
-rwxr-xr-xvst/ardevst4
1 files changed, 2 insertions, 2 deletions
diff --git a/vst/ardevst b/vst/ardevst
index f254f908c7..bb7474b8fb 100755
--- a/vst/ardevst
+++ b/vst/ardevst
@@ -1,5 +1,5 @@
#!/bin/sh
. `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
-export LD_LIBRARY_PATH=$TOP/gtk2_ardour:$LD_LIBRARY_PATH
-exec wine $TOP/vst/ardour_vst.exe.so "$@"
+export LD_LIBRARY_PATH=$libs/../gtk2_ardour:$LD_LIBRARY_PATH
+exec wine $libs/../gtk2_ardour/ardour-3.0-vst.so "$@"