From 02d11401c91032b00af7731a03e2d33df688d06a Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Tue, 19 Aug 2014 12:54:28 +0200 Subject: [PATCH] libjpeg-turbo for windows --- binding.gyp | 8 ++++++-- util/exists.bat | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 util/exists.bat diff --git a/binding.gyp b/binding.gyp index b4f916202..8698bee78 100644 --- a/binding.gyp +++ b/binding.gyp @@ -3,7 +3,8 @@ ['OS=="win"', { 'variables': { 'GTK_Root%': 'C:/GTK', # Set the location of GTK all-in-one bundle - 'with_jpeg%': 'false', + 'libjpeg_root%': 'C:/libjpeg-turbo', + 'with_jpeg%': '