Skip to content

Commit

Permalink
Fix buildifier errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed Apr 13, 2022
1 parent 992eec1 commit 9669adc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xcodeproj/internal/opts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def _get_unprocessed_compiler_opts(*, ctx, target):
values = user_copts,
attribute_name = "copts",
)


raw_swiftcopts = []
for action in target.actions:
Expand Down Expand Up @@ -531,10 +530,11 @@ def _process_user_swiftcopts(opts):
return True
if opt == "-Xcc":
return True
return False

_ = _process_base_compiler_opts(
_process_base_compiler_opts(
opts = opts,
skip_opts = {}, # Empty in order to process all user opts.
skip_opts = {}, # Empty in order to process all user opts.
extra_processing = process,
)

Expand Down

0 comments on commit 9669adc

Please sign in to comment.