mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 04:38:25 +00:00
Try linking to -lunwind on Windows
This commit is contained in:
@@ -1160,7 +1160,6 @@ fn link_exe_from_dir(
|
||||
cmd.arg("-I");
|
||||
cmd.arg(normalize_path(&format!("{}", include_path.display())));
|
||||
|
||||
#[cfg(not(windows))]
|
||||
cmd.arg("-lunwind");
|
||||
cmd.arg("-OReleaseSafe");
|
||||
cmd.arg("-fno-compiler-rt");
|
||||
|
||||
Reference in New Issue
Block a user