We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69bf36 commit d49fa9cCopy full SHA for d49fa9c
tools/gn
@@ -328,7 +328,7 @@ def to_gn_args(args):
328
# bitwidth of the 32-bit arm target.
329
if sys.platform.startswith(
330
('cygwin', 'win')
331
- ) and args.target_os == 'android' and gn_args['target_cpu'] == 'arm':
+ ) and args.target_os != 'win' and gn_args['target_cpu'] == 'arm':
332
gn_args['host_cpu'] = 'x86'
333
gn_args['current_cpu'] = 'x86'
334
0 commit comments