-
Notifications
You must be signed in to change notification settings - Fork 13
win: Adds delay load hook to allow renaming exe #5
Conversation
* nodejs/node#1251 and * nodejs/node#1266 Note: this is a disableable/optional feature and it is disabled by default (since there are chances that MSVCR chokes on linking, given if the module exports data) Issue URL: #4. PR URL: rvagg#5.
Before building, first apply the following patch to pangyp: rvagg/archived-pangyp#5 (until it is merged). Issue URL: sass#870.
Before building, first apply the following patch to pangyp: rvagg/archived-pangyp#5 (until it is merged). Issue URL: sass#870.
Ping @rvagg. |
win_delay_load_hook defaults to true since io.js 2.0 |
@kkoopa, mahtava! this is true. :) To achieve that, pangyp is the one promising build machine which we consume as dependency in node-sass. |
win: Adds delay load hook to allow renaming exe
does defaulting it to |
v2.2.0 |
We temporarily switched to a fork until rvagg/archived-pangyp#5 was resolved.
Thanks! 🎉 I have tested with v0.10 and v0.12. Will try to test will older versions and revert. |
The issue was fixed by rvagg/archived-pangyp#5 and shipped with pangyp v2.0.
Fix inherited by @piscisaureus's work:
Note: this is a disableable/optional feature and
it is disabled by default (since there are
chances that MSVCR chokes on linking, given if
the module exports data)
Issue URL: #4.