mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
git-svn-id: svn://localhost/ardour2/branches/3.0@8198 d708f5d6-7413-0410-9779-e7cbd77b26cf
5 lines
190 B
Bash
Executable file
5 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 "$@"
|