mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add ARM64 build and binary distribution support (see issue #1990)
Adds a new `--arm64-build` option to automate-git.py and make_distrib.py.
This commit is contained in:
committed by
Marshall Greenblatt
parent
c3c3af34fd
commit
f0c82200ba
@ -92,8 +92,8 @@ class cef_json_builder:
|
||||
@staticmethod
|
||||
def get_platforms():
|
||||
""" Returns the list of supported platforms. """
|
||||
return ('linux32', 'linux64', 'linuxarm', 'macosx64', 'windows32',
|
||||
'windows64')
|
||||
return ('linux32', 'linux64', 'linuxarm', 'linuxarm64', 'macosx64',
|
||||
'windows32', 'windows64')
|
||||
|
||||
@staticmethod
|
||||
def get_distrib_types():
|
||||
|
Reference in New Issue
Block a user