Skip to content

Commit

Permalink
breaking test for issue rust-lang#3957
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgoo committed Apr 28, 2017
1 parent bb970dc commit 6ce5cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build-script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ fn build_script_with_dynamic_native_dependency() {
fn main() {
let src = PathBuf::from(env::var("SRC").unwrap());
println!("cargo:rustc-link-search={}/target/debug/deps",
println!("cargo:rustc-link-search=native={}/target/debug/deps",
src.display());
}
"#)
Expand Down

0 comments on commit 6ce5cc8

Please sign in to comment.