Skip to content

Commit 9fabbd7

Browse files
Revert "libbacktrace isn't supposted to be linked statically."
This reverts commit 9287e7e.
1 parent 68551c3 commit 9fabbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/backtrace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ fn print(w: &mut Write, idx: isize, addr: *mut libc::c_void,
293293
msg: *const libc::c_char,
294294
errnum: libc::c_int);
295295
enum backtrace_state {}
296-
#[link(name = "backtrace")]
296+
#[link(name = "backtrace", kind = "static")]
297297
#[cfg(not(test))]
298298
extern {}
299299

0 commit comments

Comments
 (0)