diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-12-09 12:47:07 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-12-10 15:49:01 +0100 |
commit | 842cb59d23ed2cf7dc1e0722a9cbb2c06a42f187 (patch) | |
tree | 1a2bfa0b1dc1b1a5bae407d07e7179a94f1724b6 /src/other_tools/just_mr/utils.hpp | |
parent | ee4ae0cbf4a026f39a709779bb30715bb32357c8 (diff) | |
download | justbuild-842cb59d23ed2cf7dc1e0722a9cbb2c06a42f187.tar.gz |
just-mr launch: Pass local launcher to just analyse
Diffstat (limited to 'src/other_tools/just_mr/utils.hpp')
-rw-r--r-- | src/other_tools/just_mr/utils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/utils.hpp b/src/other_tools/just_mr/utils.hpp index 753e4b36..d0d33a1e 100644 --- a/src/other_tools/just_mr/utils.hpp +++ b/src/other_tools/just_mr/utils.hpp @@ -81,7 +81,7 @@ std::map<std::string, JustSubCmdFlags> const kKnownJustSubcommands{ {"analyse", {.config = true, .build_root = true, - .launch = false, + .launch = true, .defines = true, .remote = true, .remote_props = true, |