Skip to content

Commit

Permalink
Merge pull request #190703 from Homebrew/sdcv-sequoia
Browse files Browse the repository at this point in the history
sdcv: fix type mismatch and memory deallocation build errors
  • Loading branch information
BrewTestBot authored Sep 16, 2024
2 parents a92d40c + b27190f commit 3dd9ebb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Formula/s/sdcv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ class Sdcv < Formula

uses_from_macos "zlib"

# fix type mismatch and memory deallocation build errors
# upstream PR ref, https://github.com/Dushistov/sdcv/pull/103
patch do
url "https://github.com/Dushistov/sdcv/commit/c2bb4e3fe51f9b9940440ea81d5d97b56d5582e7.patch?full_index=1"
sha256 "70c4c826c2dcd4c0aad5fa8f27b7e079f4461cfbbb380b4726aa4dfd8fb75a1c"
end

def install
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
system "cmake", "--build", "build", "--target", "lang"
Expand Down

0 comments on commit 3dd9ebb

Please sign in to comment.