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.
1 parent a6b1478 commit de58889Copy full SHA for de58889
src/symbolize/gimli.rs
@@ -402,7 +402,7 @@ cfg_if::cfg_if! {
402
});
403
0
404
}
405
- } else if #[cfg(target_env = "devkita64")] {
+ } else if #[cfg(target_env = "libnx")] {
406
// DevkitA64 doesn't natively support debug info, but the build system will place debug
407
// info at the path `romfs:/debug_info.elf`.
408
mod elf;
0 commit comments