mirror of
https://github.com/lovell/sharp.git
synced 2026-02-06 14:46:16 +01:00
Windows compatibility #19
Hide WebP format and normalise option Separate test runners for node and iojs
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
#include "resize.h"
|
||||
#include "utilities.h"
|
||||
|
||||
#ifdef _WIN64
|
||||
#error Windows 64-bit currently unsupported - see https://github.com/lovell/sharp#windows
|
||||
#endif
|
||||
|
||||
extern "C" void init(v8::Handle<v8::Object> target) {
|
||||
NanScope();
|
||||
vips_init("sharp");
|
||||
|
||||
Reference in New Issue
Block a user