Skip to content

Commit

Permalink
Add missing swift_toolchain parameter (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeman9 authored Jul 10, 2024
1 parent 75b7250 commit f968179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swift/swift_compiler_plugin.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def _swift_compiler_plugin_impl(ctx):
feature_configuration = configure_features_for_binary(
ctx = ctx,
requested_features = ctx.features,
swift_toolchain = swift_toolchain,
unsupported_features = ctx.disabled_features,
)

Expand Down

0 comments on commit f968179

Please sign in to comment.