physfs: add linux-only dependencies
parent
35b740cddb
commit
4e5a0877c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue