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 bdbdd51 commit a973004Copy full SHA for a973004
tools/gn
@@ -543,7 +543,7 @@ def to_gn_args(args):
543
# does not exist. Further, we set the 'host_cpu' so that it shares the
544
# bitwidth of the 32-bit arm target.
545
if sys.platform.startswith(
546
- ('cygwin', 'win')) and args.target_os == 'android' and gn_args['target_cpu'] == 'arm':
+ ('cygwin', 'win')) and args.target_os != 'win' and gn_args['target_cpu'] == 'arm':
547
gn_args['host_cpu'] = 'x86'
548
gn_args['current_cpu'] = 'x86'
549
0 commit comments