mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
change format of the ardourVST startup script to match what we do for the non-wine build
git-svn-id: svn://localhost/ardour2/branches/3.0@11554 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a3eaff8fa3
commit
f040987f25
1 changed files with 3 additions and 5 deletions
|
|
@ -1,10 +1,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
|
||||
export GTK_PATH=@LIBDIR@/ardour3${GTK_PATH:+:$GTK_PATH}
|
||||
export LD_LIBRARY_PATH=@LIBDIR@/ardour3${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
|
||||
|
||||
export GTK_PATH=%PREFIX%/lib/ardour3:$GTK_PATH
|
||||
exec wine @LIBDIR@/ardour3/ardour_vst.exe.so "$@"
|
||||
|
||||
LD_LIBRARY_PATH=%PREFIX%/lib/ardour3:$LD_LIBRARY_PATH exec wine %PREFIX%/lib/ardour3/ardour_vst.exe.so "$@"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue