Skip to content

Commit

Permalink
libdap: depend on util-linux on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed Jun 5, 2020
1 parent e52b7ec commit 3f7ea3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/libdap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ class Libdap < Formula
uses_from_macos "flex" => :build
uses_from_macos "curl"

on_linux do
depends_on "util-linux"
end

def install
args = %W[
--prefix=#{prefix}
Expand Down

0 comments on commit 3f7ea3b

Please sign in to comment.