atom.gyp -> electron.gyp
This commit is contained in:
parent
ef08138a8d
commit
c036986cc4
4 changed files with 4 additions and 4 deletions
|
@ -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__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue