summaryrefslogtreecommitdiff
path: root/vst/ardourvst.in
blob: 8297e1870b5abd5b18e221aedc64ae4056baf56f (plain)
1
2
3
4
5
6
7
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 "$@"