Skip to content

Commit

Permalink
Merge pull request #7 from Mikayex/fix_link_order
Browse files Browse the repository at this point in the history
Fix #6 by changing link order
  • Loading branch information
pedrosland authored Mar 29, 2019
2 parents 88181ac + bd4c4b9 commit bc0f52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use std::path::PathBuf;

fn main() {
// Tell cargo to tell rustc to link the system shared libraries.
println!("cargo:rustc-link-lib=mmal_core");
println!("cargo:rustc-link-lib=mmal_util");
println!("cargo:rustc-link-lib=mmal_core");
println!("cargo:rustc-link-lib=mmal_vc_client");
println!("cargo:rustc-link-lib=vcos");
println!("cargo:rustc-link-lib=bcm_host");
Expand Down

0 comments on commit bc0f52a

Please sign in to comment.