mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
add a startup wrapper script for cfgtool
This commit is contained in:
parent
320fc6c3b2
commit
fa4ef6a632
1 changed files with 4 additions and 0 deletions
4
gtk2_ardour/arcfg
Executable file
4
gtk2_ardour/arcfg
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
TOP=`dirname "$0"`/..
|
||||
. $TOP/build/gtk2_ardour/ardev_common_waf.sh
|
||||
exec $TOP/build/cfgtool/cfgtool "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue