Skip to content

Commit

Permalink
fix node_lib_file
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Aug 18, 2017
1 parent 2a27619 commit b742526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/neon-build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ pub fn setup() {
node_lib_path.push(&node_arch);
println!("cargo:rustc-link-search={}\\{}", node_root_dir, configuration);
println!("cargo:rustc-link-search=native={}", &node_lib_path.display());
println!("cargo:rustc-link-lib={}", &node_lib_path.file_stem().unwrap().to_str().unwrap());
println!("cargo:rustc-link-lib={}", &node_lib_file_path.file_stem().unwrap().to_str().unwrap());
}
}

0 comments on commit b742526

Please sign in to comment.