Skip to content

Commit

Permalink
seal: depends on gcc for Linux (#78271)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed May 29, 2021
1 parent a8e96d8 commit 4477f77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/seal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ class Seal < Formula

uses_from_macos "zlib"

on_linux do
depends_on "gcc"
end

fails_with gcc: "5"

resource "hexl" do
url "https://github.com/intel/hexl/archive/tags/v1.1.0.tar.gz"
sha256 "81965ced20e86b3138fc94dc0c0e41d526c942d654704e3cebc7086171ce497d"
Expand Down

0 comments on commit 4477f77

Please sign in to comment.