summaryrefslogtreecommitdiff
path: root/vst
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-04-16 16:02:25 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-04-16 16:02:25 +0000
commita4b8955f3eb87405ceafe5c8680d9439f441458e (patch)
treecad2bf815f268ec1fdad34c1cc09089289ee3736 /vst
parent60eef7dd3e0240367550a274a91ddb498dedcbc2 (diff)
part 2 of 3 of the 2.8 -> 3.0 merge
git-svn-id: svn://localhost/ardour2/branches/3.0@4987 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'vst')
-rwxr-xr-xvst/ardevst2
1 files changed, 1 insertions, 1 deletions
diff --git a/vst/ardevst b/vst/ardevst
index ceed75b920..c5f4242023 100755
--- a/vst/ardevst
+++ b/vst/ardevst
@@ -2,5 +2,5 @@
. ../gtk2_ardour/ardev_common.sh
-export LD_LIBRARY_PATH=../gtk2_ardour:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=$TOP/gtk2_ardour:$LD_LIBRARY_PATH
exec wine $TOP/vst/ardour_vst.exe.so "$@"