Rustup to rustc 1.39.0-nightly (eb48d6bde
2019-09-12)
This commit is contained in:
parent
3ee184f2aa
commit
af4009d8c8
@ -94,7 +94,7 @@ fn add_file(&mut self, file: &Path) {
|
||||
));
|
||||
}
|
||||
|
||||
fn add_native_library(&mut self, name: &str) {
|
||||
fn add_native_library(&mut self, name: syntax::ast::Name) {
|
||||
let location = find_library(name, &self.config.lib_search_paths, self.config.sess);
|
||||
self.add_archive(location.clone(), |_| false)
|
||||
.unwrap_or_else(|e| {
|
||||
|
Loading…
Reference in New Issue
Block a user