Expand pkgconfig search path for wider BSD support #3106

This commit is contained in:
Lovell Fuller
2022-02-27 09:38:57 +00:00
parent 808133e7dc
commit fc3b4a683d
2 changed files with 11 additions and 3 deletions

View File

@@ -9,6 +9,9 @@ Requires libvips v8.12.2
* Improve performance and accuracy when compositing multiple images.
[#2286](https://github.com/lovell/sharp/issues/2286)
* Expand pkgconfig search path for wider BSD support.
[#3106](https://github.com/lovell/sharp/issues/3106)
* Ensure Windows C++ runtime is linked statically (regression in 0.30.0).
[#3110](https://github.com/lovell/sharp/pull/3110)
[@kleisauke](https://github.com/kleisauke)