Skip to content

Commit f4e6812

Browse files
authored
Assemble RMW_LIBRARY_PATH with rootpath (#66)
1 parent 8c9cc26 commit f4e6812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repositories/rmw_implementation.BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ros2_cpp_library(
1616
],
1717
includes = ["include"],
1818
local_defines = [
19-
"RMW_LIBRARY_PATH=\\\"../ros2_rmw_cyclonedds/librmw_cyclonedds.so\\\"",
19+
"RMW_LIBRARY_PATH=\\\"$(rootpath @ros2_rmw_cyclonedds//:rmw_cyclonedds)\\\"",
2020
],
2121
visibility = ["//visibility:public"],
2222
deps = [

0 commit comments

Comments
 (0)