diff options
-rw-r--r-- | bbot/worker/worker.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index 7122995..6a8eda0 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -546,6 +546,7 @@ build (size_t argc, const char* argv[]) "--yes", step_args (config_args, step_id::bpkg_configure_build), step_args (env_args, step_id::bpkg_configure_build), + "--", tm.name.string () + '/' + tm.version.string ()); if (!r.status) |