Skip to content

Commit

Permalink
Loading native module interchangeably with iojs and node on windows.
Browse files Browse the repository at this point in the history
```
Error: Module did not self-register.
    at Error (native)
    at Module.load (module.js:335:32)
```
nodejs/node#1266
  • Loading branch information
trgoofi committed Apr 10, 2015
1 parent 9d44533 commit 266efa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/hadron/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
'targets': [
{
'target_name': 'hadron',
'win_delay_load_hook': 'true',
'sources': [ 'assemble.cc', 'forger.cc', 'cache.cc' ],
'cflags_cc': [ '-std=gnu++11' ],
'defines': [ 'NDEBUG' ],
Expand Down

0 comments on commit 266efa8

Please sign in to comment.