From 36e0c88e7a3912c8a2e6594841172adb9c14525b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 8 Apr 2017 14:14:26 +0200 Subject: Implement machine enumeration --- bbot/buildfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bbot/buildfile') diff --git a/bbot/buildfile b/bbot/buildfile index 4045888..8c1e5b4 100644 --- a/bbot/buildfile +++ b/bbot/buildfile @@ -30,7 +30,7 @@ if ($cxx.target.class == "linux") {hxx cxx}{ diagnostics } \ {hxx }{ types } \ {hxx cxx}{ types-parsers } \ - {hxx cxx}{ utility } \ + {hxx txx cxx}{ utility } \ {hxx }{ version-impl } \ $libs } @@ -43,7 +43,7 @@ exe{bbot-worker}: \ {hxx cxx}{ diagnostics } \ {hxx }{ types } \ {hxx cxx}{ types-parsers } \ -{hxx cxx}{ utility } \ +{hxx txx cxx}{ utility } \ {hxx }{ version-impl } \ $libs @@ -57,7 +57,7 @@ if $cli.configured cli.options += -I $src_root --include-with-brackets --include-prefix bbot \ --guard-prefix BBOT --cxx-prologue "#include " \ ---cli-namespace bbot::cli --generate-specifier +--cli-namespace bbot::cli --generate-specifier --generate-parse cli.cxx{common-options}: cli.options = $cli.options # No usage. -- cgit v1.1