pkg-config: fix test on 10.13 (#15278)

/usr/lib/pkgconfig/ no longer has openssl.pc but it does have libpcre.pc
This commit is contained in:
ilovezfs 2017-07-04 18:03:58 -07:00 committed by GitHub
parent 28eb365d1b
commit 01eb0d4d13

View file

@ -31,6 +31,6 @@ class PkgConfig < Formula
end
test do
system "#{bin}/pkg-config", "--libs", "openssl"
system "#{bin}/pkg-config", "--libs", "libpcre"
end
end