mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
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
This commit is contained in:
parent
cba255c9c5
commit
fdc9e200be
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
. `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
|
||||
export LD_LIBRARY_PATH=$libs/../gtk2_ardour:$LD_LIBRARY_PATH
|
||||
exec wine $libs/../gtk2_ardour/ardour-3.0-vst.so "$@"
|
||||
exec $libs/../gtk2_ardour/ardour-3.0-vst "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue