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': {
|
'variables': {
|
||||||
'clang': 0,
|
'clang': 0,
|
||||||
|
'node_module_version': 15,
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['OS=="mac" or OS=="linux"', {
|
['OS=="mac" or OS=="linux"', {
|
||||||
'clang': 1,
|
'clang': 1,
|
||||||
|
@ -100,6 +101,10 @@
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'vendor/brightray/vendor/download/libchromiumcontent/src/v8/include',
|
'vendor/brightray/vendor/download/libchromiumcontent/src/v8/include',
|
||||||
],
|
],
|
||||||
|
'defines': [
|
||||||
|
# Override NODE_MODULE_VERSION
|
||||||
|
'NODE_MODULE_VERSION=<(node_module_version)',
|
||||||
|
],
|
||||||
}],
|
}],
|
||||||
['_target_name=="libuv"', {
|
['_target_name=="libuv"', {
|
||||||
'conditions': [
|
'conditions': [
|
||||||
|
|
2
vendor/node
vendored
2
vendor/node
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 20b07f3e991f82d6aef22e8b8212f19ef1cb5bcb
|
Subproject commit 9a477fc92198e9e7d3ffcc989f51a290d901c767
|
Loading…
Reference in a new issue