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)