Skip to content

Commit

Permalink
lib.rs: do as "cargo fmt" suggests.
Browse files Browse the repository at this point in the history
  • Loading branch information
he32 committed Jul 20, 2023
1 parent 6f8c064 commit bb36e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,7 @@ impl Build {
} else if target.contains("freebsd") && arch.starts_with("64") {
cmd.args.push(("-march=rv64gc").into());
cmd.args.push("-mabi=lp64d".into());
} else if target.contains("netbsd") && arch.starts_with("64") {
} else if target.contains("netbsd") && arch.starts_with("64") {
cmd.args.push(("-march=rv64gc").into());
cmd.args.push("-mabi=lp64d".into());
} else if target.contains("openbsd") && arch.starts_with("64") {
Expand Down

0 comments on commit bb36e5e

Please sign in to comment.