Skip to content

Commit a973004

Browse files
swift-kimJSUYA
authored andcommitted
[Tizen] Fix Windows build
1 parent bdbdd51 commit a973004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def to_gn_args(args):
543543
# does not exist. Further, we set the 'host_cpu' so that it shares the
544544
# bitwidth of the 32-bit arm target.
545545
if sys.platform.startswith(
546-
('cygwin', 'win')) and args.target_os == 'android' and gn_args['target_cpu'] == 'arm':
546+
('cygwin', 'win')) and args.target_os != 'win' and gn_args['target_cpu'] == 'arm':
547547
gn_args['host_cpu'] = 'x86'
548548
gn_args['current_cpu'] = 'x86'
549549

0 commit comments

Comments
 (0)