fribidi: build both shared and static libraries
Closes #25421. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
57f285f088
commit
031f0087e6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Fribidi < Formula
|
|||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--with-glib", "--prefix=#{prefix}"
|
||||
"--with-glib", "--enable-static", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue