13
0

add a startup wrapper script for cfgtool

This commit is contained in:
Robin Gareus 2015-03-30 21:51:35 +02:00
parent 320fc6c3b2
commit fa4ef6a632

4
gtk2_ardour/arcfg Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
TOP=`dirname "$0"`/..
. $TOP/build/gtk2_ardour/ardev_common_waf.sh
exec $TOP/build/cfgtool/cfgtool "$@"