Skip to content

Commit

Permalink
Merge pull request #219 from mciantyre/master
Browse files Browse the repository at this point in the history
Add prefix to one more macho_file_to_host symbol
  • Loading branch information
alexcrichton authored Jun 30, 2019
2 parents 400ff0b + 8e9980c commit 19cfb49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/backtrace-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ fn main() {
"macho_add_symtab",
"macho_file_to_host_u64",
"macho_file_to_host_u32",
"macho_file_to_host_u16",
];
let prefix = if cfg!(feature = "rustc-dep-of-std") {
println!("cargo:rustc-cfg=rdos");
Expand Down

0 comments on commit 19cfb49

Please sign in to comment.