Skip to content

Commit a9bd493

Browse files
committed
Link against rcl_action
Signed-off-by: Michael X. Grey <[email protected]>
1 parent 5225df8 commit a9bd493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rclrs/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ fn main() {
116116
}
117117

118118
println!("cargo:rustc-link-lib=dylib=rcl");
119+
println!("cargo:rustc-link-lib=dylib=rcl_action");
119120
println!("cargo:rustc-link-lib=dylib=rcl_yaml_param_parser");
120121
println!("cargo:rustc-link-lib=dylib=rcutils");
121122
println!("cargo:rustc-link-lib=dylib=rmw");

0 commit comments

Comments
 (0)