Skip to content

Commit bc5e288

Browse files
authored
Merge pull request #3102 from kuzi117/patch-1
Change intersect to intersection
2 parents 79efc28 + 4036c1e commit bc5e288

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
@@ -84,7 +84,7 @@ class HostSpecificConfiguration(object):
8484
stdlib_targets_to_build = set(stdlib_targets_to_configure)
8585
else:
8686
stdlib_targets_to_build = set(
87-
args.build_stdlib_deployment_targets).intersect(
87+
args.build_stdlib_deployment_targets).intersection(
8888
set(args.stdlib_deployment_targets))
8989
else:
9090
# Otherwise, this is a host we are building as part of

0 commit comments

Comments
 (0)