xqilla: support non "/usr/local" HOMEBREW_PREFIX
Closes Homebrew/homebrew#14060. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
961c92a074
commit
8074629c5f
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ class Xqilla < Formula
|
|||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--with-xerces=#{HOMEBREW_PREFIX}",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue