mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
Added development helper tools for MAC OS
This commit is contained in:
parent
ab4c15903c
commit
7523082df3
5 changed files with 137 additions and 0 deletions
9
tools/dev_tools/macos/bar
Executable file
9
tools/dev_tools/macos/bar
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
cd $AD/tracks
|
||||
(
|
||||
if [ "$1" != "rebuild" ] ; then
|
||||
./waf build -v
|
||||
else
|
||||
./waf clean
|
||||
if ./waf configure --program-name=Tracks; then ./waf build -v; fi
|
||||
fi
|
||||
) 2>&1 | tee $AD/buildlog.txt #"$AD/tracks-build-log.`date +%Y-%m-%d--%H.%M`.txt"
|
||||
Loading…
Add table
Add a link
Reference in a new issue