mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
atom.gyp -> electron.gyp
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user