diff --git a/tools/dev_tools/macos/bar b/tools/dev_tools/macos/bar index 4e1148ae0a..3cf986560a 100755 --- a/tools/dev_tools/macos/bar +++ b/tools/dev_tools/macos/bar @@ -4,6 +4,8 @@ cd $AD/tracks ./waf build -v else ./waf clean - if ./waf configure --program-name="Tracks Live"; then ./waf build -v; fi + echo ./waf configure $2 $3 $4 $5 $6 --program-name="Tracks Live" + + if ./waf configure $2 $3 $4 $5 $6 --program-name="Tracks Live"; then ./waf build -v; fi fi ) 2>&1 | tee $AD/buildlog.txt #"$AD/tracks-build-log.`date +%Y-%m-%d--%H.%M`.txt"