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():
|
||||
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue