Skip to content

Commit

Permalink
Bazel: Fix py_binary location (gazebosim#406)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Dec 11, 2023
1 parent 1b0b0f8 commit 29cfe33
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 29cfe33

Please sign in to comment.