We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5225df8 commit a9bd493Copy full SHA for a9bd493
rclrs/build.rs
@@ -116,6 +116,7 @@ fn main() {
116
}
117
118
println!("cargo:rustc-link-lib=dylib=rcl");
119
+ println!("cargo:rustc-link-lib=dylib=rcl_action");
120
println!("cargo:rustc-link-lib=dylib=rcl_yaml_param_parser");
121
println!("cargo:rustc-link-lib=dylib=rcutils");
122
println!("cargo:rustc-link-lib=dylib=rmw");
0 commit comments