hiredis: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
d0b8fb4b9e
commit
f8a61f8d20
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,7 @@ class Hiredis < Formula
|
||||||
homepage 'https://github.com/antirez/hiredis'
|
homepage 'https://github.com/antirez/hiredis'
|
||||||
url 'https://github.com/antirez/hiredis/tarball/v0.10.0'
|
url 'https://github.com/antirez/hiredis/tarball/v0.10.0'
|
||||||
sha1 'a54dd2b31cb39bc05bf88538c688bf50f8c6c9c7'
|
sha1 'a54dd2b31cb39bc05bf88538c688bf50f8c6c9c7'
|
||||||
|
|
||||||
head 'https://github.com/antirez/hiredis.git'
|
head 'https://github.com/antirez/hiredis.git'
|
||||||
|
|
||||||
fails_with :clang do
|
fails_with :clang do
|
||||||
|
@ -18,7 +19,6 @@ class Hiredis < Formula
|
||||||
# Architecture isn't detected correctly on 32bit Snow Leopard without help
|
# Architecture isn't detected correctly on 32bit Snow Leopard without help
|
||||||
ENV["OBJARCH"] = MacOS.prefer_64_bit? ? "-arch x86_64" : "-arch i386"
|
ENV["OBJARCH"] = MacOS.prefer_64_bit? ? "-arch x86_64" : "-arch i386"
|
||||||
|
|
||||||
system "make PREFIX=#{prefix}"
|
system "make", "install", "PREFIX=#{prefix}"
|
||||||
system "make install PREFIX=#{prefix}"
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue