Upgrade to Node v5.1.1

This commit is contained in:
Cheng Zhao 2015-12-08 11:14:30 +08:00
parent c1673eb666
commit 4af2190890
2 changed files with 2 additions and 2 deletions

View file

@ -196,7 +196,7 @@ def create_chrome_version_h():
def touch_config_gypi():
config_gypi = os.path.join(SOURCE_ROOT, 'vendor', 'node', 'config.gypi')
with open(config_gypi, 'w+') as f:
content = '\n{}'
content = "\n{'variables':{}}"
if f.read() != content:
f.write(content)

2
vendor/node vendored

@ -1 +1 @@
Subproject commit 97d9298d8a431f27e2aded918ae9f2a673c9cf6f
Subproject commit 38d791843463b19c623c97c1c550a4e3c5a406d4