13
0
livetrax/vst/ardevst
Carl Hetherington fdc9e200be Start VST version using the wrapper script rather than the .so, whose name is sometimes changed by different winegccs.
git-svn-id: svn://localhost/ardour2/branches/3.0@8198 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-06 13:29:19 +00:00

6 lines
190 B
Bash
Executable File

#!/bin/sh
. `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
export LD_LIBRARY_PATH=$libs/../gtk2_ardour:$LD_LIBRARY_PATH
exec $libs/../gtk2_ardour/ardour-3.0-vst "$@"