Increase node_module_version, fixes #533

This commit is contained in:
Cheng Zhao 2014-09-30 20:30:52 +08:00
parent 724cae7de1
commit 72fc1e8dc6
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
'variables': {
'clang': 0,
'node_module_version': 15,
'conditions': [
['OS=="mac" or OS=="linux"', {
'clang': 1,
@ -100,6 +101,10 @@
'include_dirs': [
'vendor/brightray/vendor/download/libchromiumcontent/src/v8/include',
],
'defines': [
# Override NODE_MODULE_VERSION
'NODE_MODULE_VERSION=<(node_module_version)',
],
}],
['_target_name=="libuv"', {
'conditions': [