summaryrefslogtreecommitdiff
path: root/vst
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-01-15 18:33:54 +0000
committerDavid Robillard <d@drobilla.net>2007-01-15 18:33:54 +0000
commit7701c52adb28ce53ebec2a51e9b3ee0fee4f5ebd (patch)
tree9c9403a4ac6d1117731a5aa95d5be9a4ca68928c /vst
parent32f3a4ae3e41f0c348dadd0811817c832b624438 (diff)
Merged with trunk R1327.
git-svn-id: svn://localhost/ardour2/branches/midi@1328 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'vst')
-rw-r--r--vst/ardourvst.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/vst/ardourvst.in b/vst/ardourvst.in
index 8297e1870b..2accc5cfb9 100644
--- a/vst/ardourvst.in
+++ b/vst/ardourvst.in
@@ -4,5 +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
+
LD_LIBRARY_PATH=%PREFIX%/lib/ardour2:$LD_LIBRARY_PATH exec wine %PREFIX%/lib/ardour2/ardour_vst.exe.so "$@"