fribidi: add universal option.
Closes Homebrew/homebrew#34419. Closes Homebrew/homebrew#34421. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
70b85827e2
commit
395d719d90
1 changed files with 3 additions and 0 deletions
|
@ -13,7 +13,10 @@ class Fribidi < Formula
|
|||
sha1 "f1d37cf53fd17aa8e6c09aa7b8045f67de82f19d" => :mountain_lion
|
||||
end
|
||||
|
||||
option :universal
|
||||
|
||||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue