diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-06-19 16:36:16 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-06-25 13:59:48 +0200 |
commit | 5d63c2d05561d31b87b62cf3537b1bf1be6a1469 (patch) | |
tree | f101f3aa98966c58a323d72cbabb33d0c5dd9f67 /src/buildtool/main/describe.cpp | |
parent | 30d62a301e668a6b20906104ff66fa3aad3354c3 (diff) | |
download | justbuild-5d63c2d05561d31b87b62cf3537b1bf1be6a1469.tar.gz |
Instantiate LocalApi and BazelApi at once
...to properly fallback to local api if needed.
Diffstat (limited to 'src/buildtool/main/describe.cpp')
-rw-r--r-- | src/buildtool/main/describe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/main/describe.cpp b/src/buildtool/main/describe.cpp index 978adadb..3e278ee8 100644 --- a/src/buildtool/main/describe.cpp +++ b/src/buildtool/main/describe.cpp @@ -25,7 +25,7 @@ #include "src/buildtool/logging/logger.hpp" #include "src/buildtool/main/exit_codes.hpp" #ifndef BOOTSTRAP_BUILD_TOOL -#include "src/buildtool/execution_api/common/create_execution_api.hpp" +#include "src/buildtool/execution_api/common/api_bundle.hpp" #include "src/buildtool/execution_api/remote/config.hpp" #include "src/buildtool/serve_api/remote/config.hpp" #endif // BOOTSTRAP_BUILD_TOOL |