pcre: fix typo
Closes Homebrew/homebrew#14141. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
981d9604a9
commit
88e93492c7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Pcre < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
ENV.universal_binary if build.niversal?
|
||||
ENV.universal_binary if build.universal?
|
||||
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
|
|
Loading…
Reference in a new issue