Skip to content

Commit

Permalink
build: Adds win_delay_hook so iojs runs with alias.
Browse files Browse the repository at this point in the history
Before building, first apply the following patch
to pangyp: rvagg/archived-pangyp#5 (until it is merged).

Issue URL: sass#870.
  • Loading branch information
am11 committed May 6, 2015
1 parent d266478 commit 579baf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
'targets': [
{
'target_name': 'binding',
'win_delay_load_hook': 'true',
'sources': [
'src/binding.cpp',
'src/create_string.cpp',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 579baf3

Please sign in to comment.