mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix comment in last commit (flutter/engine#4315)
This commit is contained in:
parent
9b03bcd7a1
commit
a962edcc28
@ -132,7 +132,7 @@ def to_gn_args(args):
|
||||
if 'target_cpu' in gn_args:
|
||||
gn_args['target_cpu'] = cpu_for_target_arch(gn_args['target_cpu'])
|
||||
|
||||
# Modify host_toolchain into dart_host_toolchain so it matches word size of target_cpu
|
||||
# Make sure host_cpu matches the bit width of target_cpu.
|
||||
target_is_32_bit = gn_args['target_cpu'] == 'arm' or gn_args['target_cpu'] == 'x86'
|
||||
if target_is_32_bit:
|
||||
gn_args["host_cpu"] = "x86"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user