Fist line of config.gypi should be empty
This commit is contained in:
parent
a1b28c362d
commit
3533be2f9f
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,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 'variables': {\n 'openssl_fips': ''\n }\n}"
|
||||
content = "\n{\n 'variables': {\n 'openssl_fips': ''\n }\n}"
|
||||
if f.read() != content:
|
||||
f.write(content)
|
||||
|
||||
|
|
Loading…
Reference in a new issue