Skip to content

Commit a8090c1

Browse files
committed
Fix naming mistake
1 parent 78e17ed commit a8090c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/target/llvm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub(crate) fn guess_llvm_target_triple(
4949
};
5050
let env = match env {
5151
"newlib" | "nto70" | "nto71" | "ohos" | "p1" | "p2" | "relibc" | "sgx" | "uclibc" => "",
52-
abi => abi,
52+
env => env,
5353
};
5454
let abi = match abi {
5555
"sim" => "simulator",

0 commit comments

Comments
 (0)