Skip to content

Commit

Permalink
tets
Browse files Browse the repository at this point in the history
  • Loading branch information
driftregion committed Dec 10, 2023
1 parent eec6a6d commit faab5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ genrule(
name = "isotp_c_wrapped_h",
srcs = glob(["src/tp/isotp-c/*.h"]),
outs = ["isotp_c_wrapped.h"],
cmd = "echo '#if defined(UDS_ISOTP_C)' >> $(OUTS) ; for f in $(SRCS); do cat $$f >> $(OUTS); done ; echo '#endif' >> $(OUTS)",
cmd = "echo '#if defined(UDS_ISOTP_C)' >> $(OUTS) ; for f in $(SRCS); do cat $$f >> $(OUTS); done ; echo '#endif' >> $(OUTS); cat $(OUTS)",
)

genrule(
Expand Down

0 comments on commit faab5bd

Please sign in to comment.