Skip to content

Commit 2b893bb

Browse files
committed
vips: add package config path for cfitsio
1 parent e68a9b1 commit 2b893bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/v/vips.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class Vips < Formula
5757
def install
5858
# mozjpeg needs to appear before libjpeg, otherwise it's not used
5959
ENV.prepend_path "PKG_CONFIG_PATH", Formula["mozjpeg"].opt_lib/"pkgconfig"
60+
ENV.prepend_path "PKG_CONFIG_PATH", Formula["cfitsio"].opt_lib/"pkgconfig"
6061

6162
system "meson", "setup", "build", *std_meson_args
6263
system "meson", "compile", "-C", "build", "--verbose"

0 commit comments

Comments
 (0)