Skip to content

Commit

Permalink
bazel: add flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay committed Jan 8, 2025
1 parent b9d528b commit 0849785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/b/bazel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class Bazel < Formula
end

depends_on "python@3.13" => :build
depends_on "abseil"
depends_on "openjdk@21"

uses_from_macos "unzip"
Expand Down Expand Up @@ -56,6 +55,7 @@ def install
cd "sources" do
system "./compile.sh"
system "./output/bazel", "--output_user_root",
"--enable_workspace",
buildpath/"output_user_root",
"build",
"scripts:bash_completion",
Expand Down

0 comments on commit 0849785

Please sign in to comment.