We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68a9b1 commit 2b893bbCopy full SHA for 2b893bb
Formula/v/vips.rb
@@ -57,6 +57,7 @@ class Vips < Formula
57
def install
58
# mozjpeg needs to appear before libjpeg, otherwise it's not used
59
ENV.prepend_path "PKG_CONFIG_PATH", Formula["mozjpeg"].opt_lib/"pkgconfig"
60
+ ENV.prepend_path "PKG_CONFIG_PATH", Formula["cfitsio"].opt_lib/"pkgconfig"
61
62
system "meson", "setup", "build", *std_meson_args
63
system "meson", "compile", "-C", "build", "--verbose"
0 commit comments