From 6a67e021019a415b69d5f85bb157c566973413c7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 30 May 2017 20:33:44 +0300 Subject: Extend tracer with process_run() command interface --- bbot/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bbot/buildfile') diff --git a/bbot/buildfile b/bbot/buildfile index ccfc837..15ab966 100644 --- a/bbot/buildfile +++ b/bbot/buildfile @@ -34,7 +34,7 @@ if ($cxx.target.class == "linux") {hxx cxx}{ tftp } \ {hxx }{ types } \ {hxx cxx}{ types-parsers } \ - {hxx txx cxx}{ utility } \ + {hxx txx }{ utility } \ {hxx }{ version } \ $libs } @@ -48,7 +48,7 @@ exe{bbot-worker}: \ {hxx cxx}{ diagnostics } \ {hxx }{ types } \ {hxx cxx}{ types-parsers } \ -{hxx txx cxx}{ utility } \ +{hxx txx }{ utility } \ {hxx }{ version } \ $libs -- cgit v1.1