Skip to content

Commit 439811b

Browse files
committed
build-script: re-enable tvOS builds that were accidentally disabled by a build-script refactoring
1 parent 559829f commit 439811b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ details of the setups of other systems or automated environments.""")
11291129
args.skip_build_ios_device = True
11301130
args.skip_build_ios_simulator = True
11311131

1132-
if not args.watchos or args.skip_build_watchos:
1132+
if not args.tvos or args.skip_build_tvos:
11331133
args.skip_build_tvos_device = True
11341134
args.skip_build_tvos_simulator = True
11351135

0 commit comments

Comments
 (0)