Skip to content

Commit

Permalink
Simplify a path argment, now that vector_gen is relocated
Browse files Browse the repository at this point in the history
This cleand up from 6cf3c28.
  • Loading branch information
jwnimmer-tri committed Nov 13, 2017
1 parent 8186129 commit 45f1ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vector_gen/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ drake_lcm_cc_library(
includes = ["test"],
lcm_package = "drake",
lcm_srcs = ["test/lcmt_sample_t.lcm"],
strip_include_prefix = "/" + native.package_name() + "/test",
strip_include_prefix = "/tools/vector_gen/test",
)

# From sample.named_vector, create gen/sample_translator.{h,cc}.
Expand Down

0 comments on commit 45f1ae8

Please sign in to comment.