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 93b2905 commit 48e3ea5Copy full SHA for 48e3ea5
docs/changelog.md
@@ -4,6 +4,11 @@
4
5
Requires libvips v8.12.2
6
7
+### v0.30.6 - TBD
8
+
9
+* Ensure brew-installed `vips` can be detected (regression in 0.30.5).
10
+ [#3239](https://github.com/lovell/sharp/issues/3239)
11
12
### v0.30.5 - 23rd May 2022
13
14
* Install: pass `PKG_CONFIG_PATH` via env rather than substitution.
lib/libvips.js
@@ -68,6 +68,7 @@ const globalLibvipsVersion = function () {
68
const globalLibvipsVersion = spawnSync('pkg-config --modversion vips-cpp', {
69
...spawnSyncOptions,
70
env: {
71
+ ...env,
72
PKG_CONFIG_PATH: pkgConfigPath()
73
}
74
}).stdout;
0 commit comments