diff --git a/bcc/bazel.cpp b/bcc/bazel.cpp index 6428a49..1709c30 100644 --- a/bcc/bazel.cpp +++ b/bcc/bazel.cpp @@ -77,8 +77,8 @@ proto_error::proto_error(std::string const& what) bazel bazel::create(boost::filesystem::path const& bazel_path, std::vector bazel_startup_options) { - auto workspace = bazel_info(bazel_path, "workspace"); - auto execution_root = bazel_info(bazel_path, "execution_root"); + auto workspace = bazel_info(bazel_path, bazel_startup_options, "workspace"); + auto execution_root = bazel_info(bazel_path, bazel_startup_options, "execution_root"); if (workspace.empty()) { throw workspace_error();