mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
6 lines
214 B
Bash
Executable file
6 lines
214 B
Bash
Executable file
#!/bin/sh
|
|
|
|
TOP=`dirname "$0"`/..
|
|
. $TOP/build/gtk2_ardour/ardev_common_waf.sh
|
|
export LD_LIBRARY_PATH=$libs/../gtk2_ardour:$LD_LIBRARY_PATH
|
|
exec wine $libs/../gtk2_ardour/ardour-$ARDOURVERSION-vst.exe.so "$@"
|