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:
parent
28eb365d1b
commit
01eb0d4d13
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,6 @@ class PkgConfig < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
system "#{bin}/pkg-config", "--libs", "openssl"
|
system "#{bin}/pkg-config", "--libs", "libpcre"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue