mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add Windows ARM64 build support
This commit is contained in:
committed by
Marshall Greenblatt
parent
cc0530cbf6
commit
a8283d1cc3
@ -1063,8 +1063,8 @@ if use_gn:
|
||||
sys.exit()
|
||||
|
||||
if options.arm64build:
|
||||
if platform != 'linux':
|
||||
print 'The ARM64 build option is only supported on Linux.'
|
||||
if platform != 'linux' and platform != 'windows':
|
||||
print 'The ARM64 build option is only supported on Linux and Windows.'
|
||||
sys.exit()
|
||||
|
||||
if not branch_is_newer_than_2840:
|
||||
|
Reference in New Issue
Block a user