Fixed old incorrect test
This commit is contained in:
parent
ab91050d49
commit
11d6a1449d
1 changed files with 1 additions and 1 deletions
|
@ -1288,6 +1288,6 @@ cfg_if ! {
|
|||
}
|
||||
}
|
||||
"#,
|
||||
"__cfg_if_items ! {() ; (() (mod libunwind ; pub use libunwind :: * ;)) ,}");
|
||||
"__cfg_if_items ! {() ; ((target_env = \"msvc\") ()) , ((all (target_arch = \"wasm32\" , not (target_os = \"emscripten\"))) ()) , (() (mod libunwind ; pub use libunwind :: * ;)) ,}");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue