unifdef: fix install prefix
This commit is contained in:
parent
b711a018c1
commit
faf92b8834
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Unifdef < Formula
|
|||
"The unifdef provided by Xcode cannot compile gevent."
|
||||
|
||||
def install
|
||||
system "make", "PREFIX=#{prefix}", "install"
|
||||
system "make", "prefix=#{prefix}", "install"
|
||||
end
|
||||
|
||||
def test
|
||||
|
|
Loading…
Reference in a new issue