Skip to content

Commit

Permalink
Change data deps
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Mar 8, 2024
1 parent 8e1d0db commit f02ed90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,11 @@ cc_binary(
srcs = ["core/src/gz.cc"],
data = [
":gzmsgs_proto",
":msgs_rb",
":msgs_yaml",
"cmdmsgs.rb",
"msgs.yaml",
],
linkshared = True,
linkstatic = True,
deps = [":msgs"],
)

Expand Down

0 comments on commit f02ed90

Please sign in to comment.