icecream: fix configure args typo
Closes Homebrew/homebrew#37022. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
76325b2ada
commit
981a5b47f7
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class Icecream < Formula
|
|||
"--prefix=#{prefix}"
|
||||
args << "--without-man" if build.without? "docbook2X"
|
||||
args << "--enable-clang-wrappers" if build.with? "clang-wrappers"
|
||||
args << "--enavle-clang-write-includes" if build.with? "clang-rewrite-includes"
|
||||
args << "--enable-clang-write-includes" if build.with? "clang-rewrite-includes"
|
||||
system "./autogen.sh"
|
||||
system "./configure", *args
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue