parent
98c806cd88
commit
a427b6391e
1 changed files with 3 additions and 0 deletions
|
@ -7,7 +7,10 @@ class Freetype < Formula
|
|||
|
||||
keg_only :when_xquartz_installed
|
||||
|
||||
option :universal
|
||||
|
||||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue