mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Use Jessie sysroot for building on amd64 and i386
This commit is contained in:
@@ -85,7 +85,7 @@ def main(args):
|
||||
def InstallDefaultSysrootForArch(target_arch):
|
||||
if target_arch not in VALID_ARCHS:
|
||||
raise Error('Unknown architecture: %s' % target_arch)
|
||||
if target_arch == 'arm64':
|
||||
if target_arch in ['amd64', 'arm64', 'i386']:
|
||||
InstallSysroot('Jessie', target_arch)
|
||||
else:
|
||||
InstallSysroot('Wheezy', target_arch)
|
||||
|
||||
Reference in New Issue
Block a user