Skip to content

Commit de58889

Browse files
authored
devkitA64 -> libnx (#362)
1 parent a6b1478 commit de58889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symbolize/gimli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ cfg_if::cfg_if! {
402402
});
403403
0
404404
}
405-
} else if #[cfg(target_env = "devkita64")] {
405+
} else if #[cfg(target_env = "libnx")] {
406406
// DevkitA64 doesn't natively support debug info, but the build system will place debug
407407
// info at the path `romfs:/debug_info.elf`.
408408
mod elf;

0 commit comments

Comments
 (0)