Skip to content

Commit 70aea8b

Browse files
committed
cargo-psx: Fix --elf flag
1 parent 807203f commit 70aea8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-psx/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ fn main() {
116116
let script = opt.link.unwrap_or("psexe.ld".to_string());
117117
rustflags.push_str(&format!(" -Clink-arg=-T{}", script));
118118
let format = if opt.debug || opt.elf {
119-
"elf32"
119+
"elf32-tradlittlemips"
120120
} else {
121121
"binary"
122122
};

0 commit comments

Comments
 (0)