Switch to Brotli-compressed binaries, requires Node.js 10.16.0+

This commit is contained in:
Lovell Fuller
2020-06-29 20:53:58 +01:00
parent 7c1c48327e
commit ba17db3ab3
7 changed files with 34 additions and 23 deletions

View File

@@ -25,7 +25,7 @@
// Verify platform and compiler compatibility
#if (VIPS_MAJOR_VERSION < 8 || (VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION < 9))
#error "libvips version 8.9.1+ is required - please see https://sharp.pixelplumbing.com/install"
#error "libvips version 8.9.2+ is required - please see https://sharp.pixelplumbing.com/install"
#endif
#if ((!defined(__clang__)) && defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6)))