We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 344919f + 9c9e78f commit 91477cfCopy full SHA for 91477cf
crates/backtrace-sys/build.rs
@@ -94,6 +94,19 @@ fn main() {
94
"backtrace_qsort",
95
"backtrace_create_state",
96
"backtrace_uncompress_zdebug",
97
+
98
+ // These should be `static` in C, but they aren't...
99
+ "macho_get_view",
100
+ "macho_symbol_type_relevant",
101
+ "macho_get_commands",
102
+ "macho_try_dsym",
103
+ "macho_try_dwarf",
104
+ "macho_get_addr_range",
105
+ "macho_get_uuid",
106
+ "macho_add",
107
+ "macho_add_symtab",
108
+ "macho_file_to_host_u64",
109
+ "macho_file_to_host_u32",
110
];
111
let prefix = if cfg!(feature = "rustc-dep-of-std") {
112
println!("cargo:rustc-cfg=rdos");
0 commit comments