From ef252122ea68ed71801ad844cd1e47d3c050b817 Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Thu, 4 Sep 2014 11:03:20 +0300 Subject: [PATCH] [Summary] eliminating reason for which building TRACKs stopped working --- tools/dev_tools/macos/bar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dev_tools/macos/bar b/tools/dev_tools/macos/bar index ebd528ed0c..bf133adbd7 100755 --- a/tools/dev_tools/macos/bar +++ b/tools/dev_tools/macos/bar @@ -4,6 +4,6 @@ cd $AD/tracks ./waf build -v else ./waf clean - if ./waf configure --internal-static-libs --program-name=Tracks; then ./waf build -v; fi + 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"