Commit 579baf32 by Adeel

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.
parent d2664789
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
'targets': [ 'targets': [
{ {
'target_name': 'binding', 'target_name': 'binding',
'win_delay_load_hook': 'true',
'sources': [ 'sources': [
'src/binding.cpp', 'src/binding.cpp',
'src/create_string.cpp', 'src/create_string.cpp',
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
"mkdirp": "^0.5.0", "mkdirp": "^0.5.0",
"nan": "^1.8.4", "nan": "^1.8.4",
"npmconf": "^2.1.1", "npmconf": "^2.1.1",
"pangyp": "^2.1.0", "pangyp": "am11/pangyp",
"request": "^2.55.0", "request": "^2.55.0",
"sass-graph": "^2.0.0" "sass-graph": "^2.0.0"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment