mirror of
https://github.com/nodejs/node.git
synced 2025-05-08 20:26:36 +00:00

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>
10 lines
159 B
Python
10 lines
159 B
Python
{
|
|
'targets': [{
|
|
'target_name': 'weakref',
|
|
'sources': [ 'src/weakref.cc' ],
|
|
'include_dirs': [
|
|
'<!(node -e "require(\'nan\')")'
|
|
]
|
|
}]
|
|
}
|