Install: log Rosetta detection, improve related docs

This commit is contained in:
Lovell Fuller
2023-01-04 21:11:21 +00:00
parent 6cda090ce2
commit 5be36c2deb
3 changed files with 3 additions and 5 deletions

View File

@@ -115,6 +115,7 @@ const useGlobalLibvips = function () {
}
/* istanbul ignore next */
if (isRosetta()) {
log('Detected Rosetta, skipping search for globally-installed libvips');
return false;
}
const globalVipsVersion = globalLibvipsVersion();