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 3cff4a3 commit 7738f5bCopy full SHA for 7738f5b
tools/gn
@@ -325,7 +325,7 @@ def to_gn_args(args):
325
# bitwidth of the 32-bit arm target.
326
if sys.platform.startswith(
327
('cygwin', 'win')
328
- ) and args.target_os == 'android' and gn_args['target_cpu'] == 'arm':
+ ) and args.target_os != 'win' and gn_args['target_cpu'] == 'arm':
329
gn_args['host_cpu'] = 'x86'
330
gn_args['current_cpu'] = 'x86'
331
0 commit comments