We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57dec1 commit 0a0385bCopy full SHA for 0a0385b
Formula/zig.rb
@@ -4,6 +4,7 @@ class Zig < Formula
4
url "https://ziglang.org/download/0.9.1/zig-0.9.1.tar.xz"
5
sha256 "38cf4e84481f5facc766ba72783e7462e08d6d29a5d47e3b75c8ee3142485210"
6
license "MIT"
7
+ revision 1
8
head "https://github.com/ziglang/zig.git"
9
10
bottle do
@@ -16,7 +17,7 @@ class Zig < Formula
16
17
end
18
19
depends_on "cmake" => :build
- depends_on "llvm"
20
+ depends_on "llvm@13"
21
22
fails_with gcc: "5" # LLVM is built with GCC
23
0 commit comments