mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
eff96d32dc
For consistency with the newly added src/base64.h header, check that NODE_WANT_INTERNALS is defined and set in internal headers. PR-URL: https://github.com/nodejs/node/pull/6948 Refs: https://github.com/nodejs/node/pull/6910 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
13 lines
199 B
Python
13 lines
199 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'defines': [
|
|
'NODE_WANT_INTERNALS=1',
|
|
'V8_DEPRECATION_WARNINGS=1',
|
|
],
|
|
'sources': [ 'binding.cc' ]
|
|
}
|
|
]
|
|
}
|