atom.gyp -> electron.gyp
This commit is contained in:
parent
ef08138a8d
commit
c036986cc4
4 changed files with 4 additions and 4 deletions
|
@ -180,7 +180,7 @@ def execute_stdout(argv, env=os.environ):
|
|||
|
||||
def atom_gyp():
|
||||
SOURCE_ROOT = os.path.abspath(os.path.join(__file__, '..', '..', '..'))
|
||||
gyp = os.path.join(SOURCE_ROOT, 'atom.gyp')
|
||||
gyp = os.path.join(SOURCE_ROOT, 'electron.gyp')
|
||||
with open(gyp) as f:
|
||||
obj = eval(f.read());
|
||||
return obj['variables']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue