physfs: add linux-only dependencies

master
Michka Popoff 2020-08-15 00:03:04 +02:00
parent 35b740cddb
commit 4e5a0877c7
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ class Physfs < Formula
depends_on "cmake" => :build
uses_from_macos "zip" => :test
on_linux do
depends_on "readline"
end
def install
mkdir "macbuild" do
args = std_cmake_args