mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 20:29:23 +01:00
ead407915e
PR-URL: https://github.com/nodejs/node/pull/47339 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
18 lines
331 B
Python
18 lines
331 B
Python
{
|
|
'variables': {
|
|
'v8_enable_i18n_support%': 1,
|
|
'ada_sources': [ 'ada.cpp' ],
|
|
},
|
|
'targets': [
|
|
{
|
|
'target_name': 'ada',
|
|
'type': 'static_library',
|
|
'include_dirs': ['.'],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': ['.'],
|
|
},
|
|
'sources': [ '<@(ada_sources)' ]
|
|
},
|
|
]
|
|
}
|