mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
parent
64f7f1d662
commit
c792a047b1
@ -7,6 +7,10 @@
|
||||
|
||||
// Verify platform and compiler compatibility
|
||||
|
||||
#if (VIPS_MAJOR_VERSION < 7 || (VIPS_MAJOR_VERSION == 7 && VIPS_MINOR_VERSION < 40))
|
||||
#error libvips version 7.40.0+ required - see https://github.com/lovell/sharp#prerequisites
|
||||
#endif
|
||||
|
||||
#ifdef _WIN64
|
||||
#error Windows 64-bit is currently unsupported - see https://github.com/lovell/sharp#windows
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user