summaryrefslogtreecommitdiff
path: root/vst/ardourvst.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-09-26 21:54:51 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-09-26 21:54:51 +0000
commit3e6feb62ae37cbf98364ccb36e9be47a52ceb8bf (patch)
tree375507e3f6162aef8bb4858b3698b36914b052e5 /vst/ardourvst.in
parentc6964a4ccf56e3a3f0490ac74e499cfd652691c3 (diff)
VST support now builds a useful script and installs correctly; fix leftovers for solo_latch and solo_model in configuration changes
git-svn-id: svn://localhost/ardour2/trunk@932 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'vst/ardourvst.in')
-rw-r--r--vst/ardourvst.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/vst/ardourvst.in b/vst/ardourvst.in
new file mode 100644
index 0000000000..8297e1870b
--- /dev/null
+++ b/vst/ardourvst.in
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# NOTE: the use of PREFIX is incorrect - it should be INSTALL_PREFIX,
+# 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 "$@"
+