Increase node_module_version, fixes #533
This commit is contained in:
parent
724cae7de1
commit
72fc1e8dc6
2 changed files with 6 additions and 1 deletions
|
@ -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': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue