node/test/gc/node_modules/weak/binding.gyp
Rich Trott 0d7f313325 test: update weak module for gc tests
Previous version of weak used for gc tests emitted a warning on OS X.
Updating to current version eliminates warning.

PR-URL: https://github.com/nodejs/node/pull/7014
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-05-31 16:49:52 -07:00

10 lines
159 B
Python

{
'targets': [{
'target_name': 'weakref',
'sources': [ 'src/weakref.cc' ],
'include_dirs': [
'<!(node -e "require(\'nan\')")'
]
}]
}