Skip to content

Commit

Permalink
Fix link on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
markrad committed Oct 31, 2020
1 parent 993641e commit 9a09448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ fn main() {
println!("cargo:rustc-link-search=native={}", platform_path.to_str().unwrap());

// Tell cargo to tell rustc to link the azureiot libraries.
println!("cargo:rustc-link-lib=az_core");
println!("cargo:rustc-link-lib=az_iot_common");
println!("cargo:rustc-link-lib=az_iot_hub");
println!("cargo:rustc-link-lib=az_iot_common");
println!("cargo:rustc-link-lib=az_core");
println!("cargo:rustc-link-lib=az_iot_provisioning");
println!("cargo:rustc-link-lib=az_nohttp");
println!("cargo:rustc-link-lib=az_{}", family.to_lowercase());
Expand Down

0 comments on commit 9a09448

Please sign in to comment.