Upgrade to Node v5.1.1
This commit is contained in:
parent
c1673eb666
commit
4af2190890
2 changed files with 2 additions and 2 deletions
|
@ -196,7 +196,7 @@ def create_chrome_version_h():
|
||||||
def touch_config_gypi():
|
def touch_config_gypi():
|
||||||
config_gypi = os.path.join(SOURCE_ROOT, 'vendor', 'node', 'config.gypi')
|
config_gypi = os.path.join(SOURCE_ROOT, 'vendor', 'node', 'config.gypi')
|
||||||
with open(config_gypi, 'w+') as f:
|
with open(config_gypi, 'w+') as f:
|
||||||
content = '\n{}'
|
content = "\n{'variables':{}}"
|
||||||
if f.read() != content:
|
if f.read() != content:
|
||||||
f.write(content)
|
f.write(content)
|
||||||
|
|
||||||
|
|
2
vendor/node
vendored
2
vendor/node
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 97d9298d8a431f27e2aded918ae9f2a673c9cf6f
|
Subproject commit 38d791843463b19c623c97c1c550a4e3c5a406d4
|
Loading…
Reference in a new issue