From 579baf322ca48f73b04a009b70220a6c0a3cbc15 Mon Sep 17 00:00:00 2001 From: Adeel Date: Wed, 6 May 2015 05:41:30 +0300 Subject: [PATCH] build: Adds win_delay_hook so iojs runs with alias. Before building, first apply the following patch to pangyp: rvagg/pangyp#5 (until it is merged). Issue URL: #870. --- binding.gyp | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/binding.gyp b/binding.gyp index 1d3e2d694..35ff4e313 100644 --- a/binding.gyp +++ b/binding.gyp @@ -2,6 +2,7 @@ 'targets': [ { 'target_name': 'binding', + 'win_delay_load_hook': 'true', 'sources': [ 'src/binding.cpp', 'src/create_string.cpp', diff --git a/package.json b/package.json index 5152da5bd..c2146e767 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "mkdirp": "^0.5.0", "nan": "^1.8.4", "npmconf": "^2.1.1", - "pangyp": "^2.1.0", + "pangyp": "am11/pangyp", "request": "^2.55.0", "sass-graph": "^2.0.0" },