media-info: install static and shared library.
Closes Homebrew/homebrew#46711. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
6177620fb5
commit
82bf505cd5
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ class MediaInfo < Formula
|
|||
args = ["--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--with-libcurl",
|
||||
"--enable-static",
|
||||
"--enable-shared",
|
||||
"--prefix=#{prefix}"]
|
||||
system "./configure", *args
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue