Skip to content

Commit

Permalink
texinfo for Monterey too?
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Mar 16, 2024
1 parent 1251837 commit 047da6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Formula/arm-none-eabi-binutils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ class ArmNoneEabiBinutils < Formula
"installed on the same machine"

depends_on "pkg-config" => :build
depends_on "texinfo" => :build

uses_from_macos "zlib"

on_ventura :or_newer do
depends_on "texinfo" => :build
end

def install
# https://sourceware.org/bugzilla/show_bug.cgi?id=23424
ENV["CXXFLAGS"] = "-std=c++11 -Wno-c++11-narrowing"
Expand Down

0 comments on commit 047da6c

Please sign in to comment.