diff options
-rw-r--r-- | bbot/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/buildfile b/bbot/buildfile index f57edcb..4d10c94 100644 --- a/bbot/buildfile +++ b/bbot/buildfile @@ -81,8 +81,8 @@ if $cli.configured agent/cli.cxx{agent-options}: cli{agent/agent} worker/cli.cxx{worker-options}: cli{worker/worker} - cli.options += -I $src_root --include-with-brackets \ ---cxx-prologue "#include <bbot/types-parsers.hxx>" \ + cli.options += --std c++11 -I $src_root --include-with-brackets \ +--cxx-prologue "#include <bbot/types-parsers.hxx>" \ --cli-namespace bbot::cli --generate-specifier --generate-parse cli.cxx{common-options}: cli.options += --include-prefix bbot \ |