Closed luispadron closed 9 months ago
Fixes some issues I ran into while integrating on a more real project than the examples:
includes
kwargs.pop
[] + kwargs.pop
objc_copts
append
select
+=
testonly
header_map_support
Fixes some issues I ran into while integrating on a more real project than the examples:
includes
is a frozen list afterkwargs.pop
, use[] + kwargs.pop
to allow mutation within the macro.objc_copts
andappend
do not work whenobjc_copts
is aselect
. Use+=
to add a default list of copts to any list orselect
testonly
support toheader_map_support