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.
2 parents 200612b + 9e1cd11 commit 85b2a61Copy full SHA for 85b2a61
Formula/c/c2rust.rb
@@ -20,8 +20,15 @@ class C2rust < Formula
20
depends_on "rust" => :build
21
depends_on "llvm@19"
22
23
+ # cmake 4.0 build patch, upstream pr ref, https://github.com/immunant/c2rust/pull/1214
24
+ patch do
25
+ url "https://github.com/immunant/c2rust/commit/c96c1c0e49d8be452d97b3e13c741324befd7b77.patch?full_index=1"
26
+ sha256 "9670a043ffade24eb014e6fee69707ab69df81ea76f9973fd7d4a68499362013"
27
+ end
28
+
29
def install
30
system "cargo", "install", *std_cargo_args(path: "c2rust")
31
32
pkgshare.install "examples"
33
end
34
0 commit comments