Add Windows ARM64 build support

This commit is contained in:
Iain Apreotesei@Arm
2019-10-02 11:43:38 +00:00
committed by Marshall Greenblatt
parent cc0530cbf6
commit a8283d1cc3
7 changed files with 213 additions and 7 deletions

View File

@ -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: