From 6ecb3abb0d6bc18fd7c6659558cec586d8bd8cc2 Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Fri, 7 Nov 2014 13:48:37 +0200 Subject: [PATCH] [Summary] Adding a chance of using some more args for ./waf configure --- tools/dev_tools/macos/bar | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"