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 1fd2949 commit 13679b4Copy full SHA for 13679b4
tools/gn
@@ -434,7 +434,7 @@ def to_gn_args(args):
434
# bitwidth of the 32-bit arm target.
435
if sys.platform.startswith(
436
('cygwin', 'win')
437
- ) and args.target_os == 'android' and gn_args['target_cpu'] == 'arm':
+ ) and args.target_os != 'win' and gn_args['target_cpu'] == 'arm':
438
gn_args['host_cpu'] = 'x86'
439
gn_args['current_cpu'] = 'x86'
440
0 commit comments