mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fist line of config.gypi should be empty
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user