Skip to content

Commit

Permalink
Merge branch 'gz-msgs9' into airflow-sensor-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll authored Dec 13, 2023
2 parents f531353 + 29cfe33 commit db9a31f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ test_sources = glob(
"test/desc",
],
defines = [
'GZ_MSGS_TEST_PATH=\\"msgs/test\\"',
'GZ_MSGS_TEST_PATH=\\"msgs/test\\"',
],
deps = [
":msgs",
Expand Down
3 changes: 2 additions & 1 deletion tools/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
load("@gz//bazel/skylark:gz_py.bzl", "gz_py_binary")
load("@gz//bazel/skylark:build_defs.bzl", "gz_py_binary")

gz_py_binary(
name = "gz_msgs_generate_py",
srcs = ["gz_msgs_generate.py"],
main = "gz_msgs_generate.py",
visibility = ["//visibility:public"],
)

0 comments on commit db9a31f

Please sign in to comment.