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
@ -123,6 +123,7 @@ class cef_html_builder:
|
||||
'linux32': 'Linux 32-bit',
|
||||
'linux64': 'Linux 64-bit',
|
||||
'linuxarm': 'Linux ARM',
|
||||
'linuxarm64': 'Linux ARM64',
|
||||
'macosx64': 'Mac OS X 64-bit',
|
||||
'windows32': 'Windows 32-bit',
|
||||
'windows64': 'Windows 64-bit'
|
||||
|
Reference in New Issue
Block a user