Fix format now

Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Félix Saparelli 2022-06-08 01:44:11 +12:00 committed by GitHub
parent fa56a729b0
commit 0b5d3ec1a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ mod linux {
.expect("unwrap: TARGET always has a -") .expect("unwrap: TARGET always has a -")
.0; .0;
format!("{prefix}{libc_version}{abi}") format!("{prefix}-{libc_version}{abi}")
} }
} }