atom.gyp -> electron.gyp

This commit is contained in:
Kevin Sawicki 2016-03-31 09:23:04 -07:00
parent ef08138a8d
commit c036986cc4
4 changed files with 4 additions and 4 deletions

View file

@ -68,7 +68,7 @@ def run_gyp(target_arch, component):
'-Dmas_build={0}'.format(mas_build),
]
return subprocess.call([python, gyp, '-f', 'ninja', '--depth', '.',
'atom.gyp', '-Icommon.gypi'] + defines, env=env)
'electron.gyp', '-Icommon.gypi'] + defines, env=env)
if __name__ == '__main__':