Skip to content

Commit

Permalink
Merge pull request #93 from jaredallard/patch-1
Browse files Browse the repository at this point in the history
Don't hardcode nan paths, fixes #92
  • Loading branch information
barrysteyn committed Sep 21, 2015
2 parents 0dac4d4 + 9ead25b commit 9d97847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
'scrypt_node.cc'
],
'include_dirs': [
'node_modules/nan',
'<!(node -e "require(\'nan\')")',
'src/util',
'src/scryptwrapper/inc',
'src/node-boilerplate/inc'
Expand Down

0 comments on commit 9d97847

Please sign in to comment.