Skip to content

Commit

Permalink
Fix a use of generate_swift_debug_settings (#3072)
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones authored Aug 13, 2024
1 parent 4164e4f commit 076bf1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ def _process_unfocused_top_level_target(
# FIXME: Should this be args.cxx?
cxx_args = [],
generate_build_settings = False,
is_top_level_target = True,
generate_swift_debug_settings = True,
name = label.name,
swift_args = args.swift,
swift_debug_settings_to_merge = swift_debug_settings_to_merge,
Expand Down

0 comments on commit 076bf1f

Please sign in to comment.