mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
Start teaching script/build about Linux
This commit is contained in:
@@ -7,9 +7,8 @@ import sys
|
||||
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
GYP = {
|
||||
'darwin': 'gyp',
|
||||
'win32': 'gyp.bat',
|
||||
}[sys.platform]
|
||||
'win32': 'gyp.bat',
|
||||
}.get(sys.platform, 'gyp')
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user