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.
2 parents 79efc28 + 4036c1e commit bc5e288Copy full SHA for bc5e288
utils/build-script
@@ -84,7 +84,7 @@ class HostSpecificConfiguration(object):
84
stdlib_targets_to_build = set(stdlib_targets_to_configure)
85
else:
86
stdlib_targets_to_build = set(
87
- args.build_stdlib_deployment_targets).intersect(
+ args.build_stdlib_deployment_targets).intersection(
88
set(args.stdlib_deployment_targets))
89
90
# Otherwise, this is a host we are building as part of
0 commit comments