libtiff: fix typo.
Fixes Homebrew/homebrew#14412, Homebrew/homebrew#14415.
This commit is contained in:
parent
cf58176b34
commit
4b861e7e51
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Libtiff < Formula
|
|||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--without-x"
|
||||
"--without-x",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue