Fix mini_core on Windows and macOS
This commit is contained in:
parent
9196eb3dd1
commit
2f8f464390
1 changed files with 1 additions and 0 deletions
|
|
@ -537,6 +537,7 @@ fn panic_in_cleanup() -> ! {
|
|||
loop {}
|
||||
}
|
||||
|
||||
#[cfg(all(unix, not(target_vendor = "apple")))]
|
||||
#[link(name = "gcc_s")]
|
||||
extern "C" {
|
||||
fn _Unwind_Resume(exc: *mut ()) -> !;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue