Skip to content

Commit

Permalink
intercal: depends_on arch: :x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Nov 7, 2024
1 parent 82e89d5 commit 03eb68a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/i/intercal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ class Intercal < Formula
uses_from_macos "bison" => :build
uses_from_macos "flex" => :build

on_macos do
depends_on arch: :x86_64 # test fails on arm64
end

def install
if build.head?
cd "buildaux" do
Expand Down

0 comments on commit 03eb68a

Please sign in to comment.