Skip to content

Commit

Permalink
Deactivate automatic fetching of missing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab committed Dec 14, 2020
1 parent c15316f commit 500ccc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/minizip2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ class Minizip2 < Formula
because: "libtcod, libzip and minizip2 install a `zip.h` header"

def install
system "cmake", ".", *std_cmake_args, "-DIconv_IS_BUILT_IN=on"
system "cmake", ".", "-DIconv_IS_BUILT_IN=on",
"-DMZ_FETCH_LIBS=OFF",
*std_cmake_args
system "make", "install"
end

Expand Down

0 comments on commit 500ccc8

Please sign in to comment.