Skip to content

Commit 7aea048

Browse files
committed
zig: re-enable static llvm
1 parent e7c7b3a commit 7aea048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/z/zig.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def install
5555
else Hardware.oldest_cpu
5656
end
5757

58-
args = ["-DZIG_SHARED_LLVM=ON"]
58+
args = ["-DZIG_STATIC_LLVM=ON"]
5959
args << "-DZIG_TARGET_MCPU=#{cpu}" if build.bottle?
6060

6161
system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args

0 commit comments

Comments
 (0)